I have a normal {exp:weblog} tag which I would like to filter by both category and date, dynamically.
http://mysite.com/index.php/weblog/category/cat_name works.
http://mysite.com/index.php/weblog/2008/11 works.
http://mysite.com/index.php/weblog/category/cat_name/2008/11 doesn’t work.
http://mysite.com/index.php/weblog/2008/11/category/cat_name doesn’t work.
Is there a way to do this? I’ve already searched the forums, wiki and documentation, but can’t find anything about it. I’m guessing there’s a note about this somewhere that I just haven’t come across yet.