jackreichert
Member
Posted 3 years ago #
Hi,
One of my categories is showing page 2 as a 404 page. But only with one specific category. I don't think I did anything special with the theme for it. The only special thing about this category is that it has mostly password protected posts.
Any ideas?
You can see this at http://www.imagesthroughtime.com/categories/clients-area then scroll down to older posts...
thanks
Hi,
Set your desired permalink from wordpress admin area and add this code in htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Thanks,
Shane G.
jackreichert
Member
Posted 3 years ago #
Thanks for your help, will this show the older posts?
Not sure what you mean by "Set your desired permalink from wordpress admin area"
thanks
jackreichert
Member
Posted 3 years ago #
I tried it, but it didn't change anything...
Pagination works with every other category... What's up?
jackreichert
Member
Posted 3 years ago #
This plugin led me to the root of the problem
http://wordpress.org/extend/plugins/category-pagination-fix/
The plugin doesn't work anymore, however, I simply changed the permalink structure and now the problem is fixed!
@jackreichert thanks, once I installed the plugin it worked! WP3.0 beta 2