Opened 22 months ago
Last modified 8 months ago
#46614 assigned enhancement
Category/tag/taxonomy names on admin screens
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Hello, I'd like to suggest that when browsing categories, tags any taxonomies in general the admin screen display the taxonomy title/name somewhere preferably at the very top as I see that newbie users feel confused when browsing posts from a specific category/tag/taxonomy.
Examples:
When browsing the "Succulents" tag
When browsing the "Plants from Mexico" category
I also searched for some way to add this myself for some clients and can't find how to do so.
Thanks (sorry if this is out of scope/wrong place)
Change History (3)
#2
in reply to:
↑ 1
@
8 months ago
Hello,
Sorry but you're confusing taxonomies with custom post types, the ticket is about the page titles, taxonomy pages should display the taxonomy they are showing, that's all.
#3
@
8 months ago
@Dianakc Sorry for the confusion. Mentioning the pages and custom post type names is not necessarily relevant.
But my point was that the headings for post listing screens always match the post type, even when the posts in that list are restricted to one category, tag or other taxonomy. Adding the selected taxonomy name there should require a patch to wp-admin/edit.php
.
@Dianakc Hi and thanks for the ticket!
The heading text is rather strict in
wp-admin/edit.php
:So in U.S. English it's always "Posts" for standard posts, "Pages" for the pages, and the main (plural) label for any custom post type.
It could be good to create a filter for customizing the heading text.