Category permalinks not working
-
I’ve searched here and on the web for answers to this – some people seem to have a similar problem, but no ones seems to have posted a solution.
I’m setting up a site that effectively has two blogs – a journal-type one (“blog”) and more general news (“news”). The multi-blog solutions for WP seemed like overkill, so as there’s no real need for fine-grained categories, I’ve just set up two categories to represent the two blogs, with customized post list code accordingly.
Individual permalinks work fine with this format:
/%category%/%year%/%monthnum%/%postname%/
But I can’t seem to get the monthly archives working. I just get a 404 for any URL like this:
/%category%/%year%/%monthnum%/
Could anyone at least direct me to the part of WP’s code that controls what URL goes through to archive.php so I can adapt it? Any other ideas?
thanks,
Gyrus
The topic ‘Category permalinks not working’ is closed to new replies.