Return to Snippet

Revision: 55412
at February 6, 2012 01:27 by Farhan


Initial Code
<?php if(is_front_page() && !is_paged()) { ?>

Initial URL
http://codex.wordpress.org/Conditional_Tags

Initial Description
This will show content between this only on frontpage of the website. By default if you have blog on frontpage and goto page 2 or 3 you'll still see the content.

Initial Title
Show if Front page and not Paginate

Initial Tags
wordpress

Initial Language
PHP