Opened 10 years ago
Closed 10 years ago
#37120 closed defect (bug) (duplicate)
tag taxonomy not working with custom post type properly.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Taxonomy | Keywords: | |
| Focuses: | ui, administration | Cc: |
Description
I have registered 'post_tag' taxonomy with custom news post type , now in
localhost/wp-admin/edit.php?post_type=news
page, when I'm trying to browse the posts using any tag
localhost/wp-admin/edit.php?post_type=news&tag=any_tag
It lists out the all posts from all custom post type which has that tag,but it should list the only posts of 'news' post type.
Change History (4)
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
localhost/wp-admin/edit.php?post_type=news&tag=any_tagdoes it also show posts that use that tag?
localhost/wp-admin/edit.php?tag=any_tagdoes it show the CPT entries?