Opened 8 years ago
Closed 8 years ago
#37120 closed defect (bug) (duplicate)
tag taxonomy not working with custom post type properly.
Reported by: | gk.loveweb | 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.
8 years ago
Note: See
TracTickets for help on using
tickets.
localhost/wp-admin/edit.php?post_type=news&tag=any_tag
does it also show posts that use that tag?
localhost/wp-admin/edit.php?tag=any_tag
does it show the CPT entries?