next/prev entries link won’t go passed page 3
-
I can’t seem to get my previous entries link to go passed page 3. I don’t understand if the problem is with my ability to archive pages, my query posts bit, or something else? Any help would be appreciated.
My query code on the index looks like this:
<?php if (have_posts()) : ?> <?php query_posts("showposts=5&paged=$paged"); ?> <?php while (have_posts()) : the_post(); ?>
This is the page in question, the main page: https://www.earection.com
You can check it out at the bottom, when you click on ‘previous’ entries’. It goes to page 2 just fine, but anything passed that gives me a 404.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘next/prev entries link won’t go passed page 3’ is closed to new replies.