Proposal: add category/tag filters to admin content list #2597
khiemnguyendinh
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
The admin content list supports search, status, author and date filters, but it does not provide category/tag filters.
For sites with many posts, editors need to find content by taxonomy before editing, reviewing or publishing.
Proposed scope
Add taxonomy filters to the admin content list:
Proposed filter semantics
Implementation direction
Reuse the existing taxonomy model and taxonomy APIs instead of adding a second taxonomy system.
Likely admin integration points:
The current taxonomy editor already exposes taxonomy and term APIs through TaxonomySidebar, so this proposal is primarily about list-query support and admin UX.
Acceptance criteria
Related context
Questions for maintainers
AI disclosure
This proposal was prepared with AI assistance. Human review, implementation and testing will be performed before submission.
All reactions