Quote:
Originally Posted by fris
Code:
<?php if (is_home() || !is_archive() || !is_paged() || !is_category() || !is_tag() || !is_single()) {?>
ad here.
<?php } ?>
this should do it.
|
Do i need to add something in functions.php or something?
Im still getting Fatal error: Call to undefined function is_home()