Page Navigation on 2.3 upgrade gone haywire?
-
I just updated to WordPress 2.3.1 from 2.2.2 and my page navigation has gone haywire. If I’ve got multiple pages of posts, the first page displays fine, but then the rest may or may not display–get the 404 page.
If there are five pages, maybe four will display, but the last won’t. On another query maybe the first three pages will display and the last two will not. There is one place where things work fine–calling the query from the home page. But the exact same query called from a category page will not execute the page navigation properly. They are all strictly category queries as follows.
<?php query_posts($query_string . ‘&cat=’ .$cat. ‘&orderby=date&posts_per_page=5’)?>
If I set the $cat instead to say 4 instead of having it called, again, everything is fine if called from the home page, but not from the category pages.
The urls all displays correctly …./page/2 …/page/3, etc, but get the 404 error.
Deactivating all plugins did not improve things.
The funny thing is I’m testing the exact same site with 2.3.1 on another server where all is fine.
Any ideas?
- The topic ‘Page Navigation on 2.3 upgrade gone haywire?’ is closed to new replies.