View Single Post
Old 02-20-2011, 07:08 PM  
HarryMuff
Confirmed User
 
HarryMuff's Avatar
 
Join Date: Dec 2005
Posts: 271
Quote:
Originally Posted by BittieBucks Eric View Post
yes, you're using a function "is_home()" and "is_page()" in an equasion. I don't think you can do that.
Of course you can, the condition statement expects those functions to return a boolean.

The problem you have is that the functions are not defined. (You need to have the functions included in the php file).
HarryMuff is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote