View Single Post
Old 02-21-2009, 09:11 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,363
Quote:
Originally Posted by Doctor Feelgood View Post
but then it still shows up on page 1,2,3 etc
then i tried this and almost had it, but nothing shows

Code:
<?php if (is_home ('') and is_page ('')) : ?>
include this shit only on index page
<?php endif; ?>
Code:
<?php if ( (is_home())&&!(is_paged()) ){ ?>
<h1>this will only be on the index not pages</h1>
<?php } ?>
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote