Page Navigation Links
-
I want to add links at the bottom of my index page for readers to go to my previous posts, so I did a search on this helpful forum, and I have learned to add this piece of code:
<div id="pagination"><?php previous_posts_link('< back'); ?><?php next_posts_link('next >'); ?></div>
I am certain I added in the right place, however nothing appears on my index page, no link whatsoever. Anyone knows the problem? Thanks in advance!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Page Navigation Links’ is closed to new replies.