Next/Previous Links from Home Page Show Same Posts
-
I’ve spent waaay too much time getting my site working, and my last problem is really making me crazy.
I needed a previous/next link at the bottom of my home page, so I added the following code to my index.php file:
<?php endwhile; ?>
<div class=”navigation”>
<p class=”previous”><?php next_posts_link(‘Previous Entries’) ?></p>
<p class=”next”><?php previous_posts_link(‘Next Entries’) ?></p>
</div>Now I’ve got next/previous links, but from the home page it doesn’t change the posts on page 2, it just redisplays the same posts from the main page.
It works fine on the Archives page, however.
I’m using PressRow template, if that helps at all.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Next/Previous Links from Home Page Show Same Posts’ is closed to new replies.