Fatal error: Call to undefined function is_home()
hi looking for some help here!
I'm using this code to display something on the home page only, not on the category, posts, or archives pages.
This is the code:
<?php if(is_home() && $post==$posts[0] && !is_paged()) { ?>
ADVERTISEMENT HERE
<?php } ?>
But when I use that I get this error:
Fatal error: Call to undefined function is_home()
Any help is much appreciated thanks!
|