Older Entries / Newer Entries links not working properly
-
I’ve searched these forums and seen people having this similar problem, but all the solutions I’ve tried don’t work, or seem specific to a customized template the user implemented. So… here’s my version!
Basically, I’m using code I’ve found on these forums:
<div class="navigation"> <div class="alignleft"><?php next_posts_link('? Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries ?') ?></div> </div>
And although the older entries link goes to a page 2 URL, it repeats the content on the main page. Any ideas on how to flow in true older entries?
Below is the code for the entire index.php if needed. Thanks!
[Code moderated as per the Forum Rules. Please use the pastebin]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Older Entries / Newer Entries links not working properly’ is closed to new replies.