First post different on homepage ONLY
-
Thanks to a user on here a week or so ago, I was able to get the first post the display in full and then all others as excerpts. The problem is that it does this for every single page, when all I want is for this to occur on the homepage. And then I want all subsequent pages to display ONLY excerpts.
Here’s the code I’m currently using in loop.php:
<?php if( $wp_query->current_post == 0 ) the_content('<p><span class="readmore">Read More →</span></p>'); else the_excerpt(); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘First post different on homepage ONLY’ is closed to new replies.