Hi I need a link to show only on the homepage of a template using this code: <?php if(is_home() && $post==$posts[0] && !is_paged()) { ?> <a href="http://www.domain.com/">Link</a> <?php } ?> but I cant get it to show correctly. Can someone help me out? Thanks Allan