/ Published in: PHP
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if(is_front_page() && !is_paged()) { ?>
URL: http://codex.wordpress.org/Conditional_Tags