bug in pagination with nextpage when using category in permalink
-
Hi everyone, this is my first post here, please be kind to me π
Today I used nextpage for the first time. The result on the page
http://www.emscherwasser.de/2005/03/15/it/php/fehlerseiten/
was a link to
http://www.emscherwasser.de/2005/03/15/it/php/fehlerseiten/2/But going to http://www.emscherwasser.de/2005/03/15/it/php/fehlerseiten/2/ only results in a redirect to http://www.emscherwasser.de/2005/03/15/it/php/fehlerseiten/ back again.
I looked into it for hours and finally found out, that the reason is located in my permalinks. As you might see above I have the permalink structure
/%year%/%monthnum%/%day%/%category%/%postname%/
(so “php” is a subcategory of “it”, the postname ist “fehlerseiten”).When I change this to e.g. /%year%/%monthnum%/%day%/%postname%/ then everything works fine!
Is this the right place for asking for a bug fix? Or does someone know where I have to fix something for myself? I am new to WordPress.
The topic ‘bug in pagination with nextpage when using category in permalink’ is closed to new replies.