Quote:
Originally Posted by Angry Jew Cat
tested and working 100%. should have expected it from gfy's local wordpress freak...
|
Code:
<?php if ( (is_home()) && !(is_page()) && !(is_single()) && !(is_search()) && !(is_archive()) && !(is_author()) && !(is_category()) && !(is_paged()) ) { ?>
<h1>this is really the index page this time seriously</h1>
<?php } ?>