Opened 12 years ago
Last modified 6 years ago
#25006 new feature request
Display date pages from categories with permalinks
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Permalinks | Keywords: | needs-patch close |
Focuses: | Cc: |
Description
When permalinks are not set up we can view posts from a specific category from a specific year (date), but if the permalinks are set up we can view only date pages or category pages.
This works:
site.com/?cat=1&m=201307
(works)
This does not work:
site.com/category/uncategorized/2013/07
(does not work)
Change History (4)
Note: See
TracTickets for help on using
tickets.
This should also work:
site.com/2013/07/?category_name=uncategorized
Not a pure pretty permalink but I don't think that is too feasible to implement in a generic way when you start getting beyond basic filtering. You could always insert your own rewrite rules.