Previous and Next links don't work
-
I am using a page other than the home page to display posts and the the previous and next posts links at the bottom of the page that lists all of the posts do not work they go to the 404 page.
My custom posts page is at:
https://techtips.org.uk/posts/If I click the previous posts link I am taken to
https://techtips.org.uk/posts/page/2/ and this page does not exist.For the links I am using this code:
<div class="navigation"> <div id="previous-entries"><?php next_posts_link(''); ?></div> <div id="next-entries"><?php previous_posts_link(''); ?></div> </div>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Previous and Next links don't work’ is closed to new replies.