Quote:
Originally Posted by BittieBucks Eric
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).