Broken: Paged posts for month, day, category. Permalink problem?
-
My site’s (WP 1.5.1.3) posts listed by month, day, or category will not display a 2nd page. I suspect it might be a permalink problem.
Permalink structure: /%year%/%monthnum%/%day%/%postname%/
Site: http://www.2020hindsight.org/
Site, page 2 (works):
http://www.2020hindsight.org/page/2/Month:
http://www.2020hindsight.org/2005/08/Month, page 2 (doesn’t work):
http://www.2020hindsight.org/2005/08/page/2/Month, page 2, manually changed url to ?paged=2 (works): http://www.2020hindsight.org/2005/08/?paged=2
Same thing with date:
http://www.2020hindsight.org/2005/08/05 (works)
http://www.2020hindsight.org/2005/08/05/page/2/ (broken)
http://www.2020hindsight.org/2005/08/05/?paged=2 (works)(I have a similar problem with 2nd page of category, but am currently using the Custom Query String plugin to show all posts in category. Some categories contain 200+ posts, so I’d rather page them and disable Custom Query String or reduce the number of posts per page.)
Is this a permalink problem? Should I fiddle with htaccess rewrite rules? How can I get WordPress to generate a page2 url that will work successfully?
The topic ‘Broken: Paged posts for month, day, category. Permalink problem?’ is closed to new replies.