Our Front page is set to show our latest post in the reading prefs.
What I am trying to do is have something only show up on the first front page, but it is still showing up on everypage
I've tried (likely incorrectly) variations of the following without success
PHP Code:
<?php if ( is_front_page() ) ?>
<?php if ( is_home() AND !is_paged() ) ?>
<?php if ( is_home() ) ?>
any help would be fantastic!!
Thanks!
Peter
http://www.1linemedia.com