Opened 12 years ago
Last modified 2 months ago
#25006 reopened feature request
Display date pages from categories with permalinks
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Permalinks | Keywords: | needs-patch |
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 (7)
#3
@
11 years ago
A workaround: http://snipplr.com/view.php?codeview&id=17432
#5
follow-up:
↓ 6
@
2 months ago
- Resolution set to wontfix
- Status changed from new to closed
Thank you for the workaround and also for logging the issue. It appears that this can now be closed, if that is not the case though please add more information and we can always reopen any ticket. For now closing as won't fix.
#6
in reply to:
↑ 5
@
2 months ago
- Keywords close removed
- Resolution wontfix deleted
- Status changed from closed to reopened
Replying to karmatosed:
Thank you for the workaround and also for logging the issue. It appears that this can now be closed, if that is not the case though please add more information and we can always reopen any ticket. For now closing as won't fix.
Workaround where? That link is not accessible, this ticket is 11 years old, maybe the information there was deleted or moved.
Did you checked if that link is still working?
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.