Newbie PHP Syntax is_home() = false
-
Trying to use an if statement for when is_home() is false, i.e. any page other than page(‘home’).
Can someone please help with the correct syntax?
Trying to say:
<?php if (is_home() = false) echo('whatever...
I would REALLY appreciate any help.
Sorry for the dumb noob question.
—
Jeff
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Newbie PHP Syntax is_home() = false’ is closed to new replies.