Normal Image

Pagination Page Fix

Posted: 30th November 2010 in WordPress

Sometimes navigation to second (and subsequent) pages of posts does not work as expected. The result of clicking one of those links is that the page loads with all the surroundings (header, footer, sidebar), but there is an error message: “Sorry, no posts match that criteria.”

Your page may generate a link to a page with one of these URIs:

http://www.example.com/page/2/

http://www.example.name/category/categoryname/page/2/

http://www.example/year/month/day/page/2/

http://www.example/year/month/page/2/

This is due to a glitch in the .htaccess file that WordPress generates. To fix it, delete the contents of your .htaccess file and re-create it.

1. In the Control Panel, go to Manage > Files (More Info on Editing Files)
2. Click the link to your .htaccess file to edit its contents
3. Copy the contents of the file and paste it to a text file in a text editor. This is a precaution in case your .htaccess file has manual entries for redirects, denials or other handy htaccess tricks
4. Delete all contents from your .htaccess file and click the Update File button.
5. In the Control Panel, go to Options > Permalinks.
6. Click the Update Permalink Structure button to freshly generate new rewrite rules for your permalinks.
7. Test the results using a link that had previously broken.
8. Add any manual htaccess entries back in your file (Place manual htaccess entries before the # BEGIN WordPress or after # END WordPress lines.)

You may also perform similar steps by deleting the .htaccess files from the server, creating a fresh empty .htaccess file, changing its permissions to 666, and then in Options > Permalinks generate a new set of htaccess rules by clicking the Update Permalinks Structure button.

If that still doesn’t work, take a look at the WordPress support forums, specifically, this support post. and this page link


Leave a Reply