List previous & next 5 blog posts?
-
Hey guys,
I currently am using a sting of code at the end of each blog post to display the title of the previous and next blog post that the user can click on.`<?php next_post_link( ‘%link’, ‘%title <span class=”meta-nav”>’ . _x( ‘❱’, ‘Next post link’, ‘twentyten’ ) . ‘</span>’, TRUE); ?>
<?php previous_post_link( ‘%link’, ‘<span class=”meta-nav”>’ . _x( ‘❰’, ‘Previous post link’, ‘twentyten’ ) . ‘</span> %title’, TRUE); ?>’Is there a way at all to make it so it will display the previous/next 5 blog posts instead of just one?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘List previous & next 5 blog posts?’ is closed to new replies.