#45623 closed defect (bug) (wontfix)
Custom taxonomy box not being displayed for default post type
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Taxonomy | Keywords: | |
| Focuses: | administration, rest-api | Cc: |
Description
The Custom taxonomy box is not being displayed for default post type (post) in the new post add/edit layout.
It is working fine with other custom post types. Here is the screenshot link for better understanding. http://prntscr.com/lugc6k
Change History (5)
#2
@
7 years ago
- Component changed from General to Taxonomy
- Focuses accessibility removed
- Keywords needs-testing removed
- Severity changed from critical to normal
#3
in reply to:
↑ 1
@
7 years ago
@youknowriad Thanks!! You saved my day.
Replying to youknowriad:
Hey there!
The new editor uses the REST API, can you make sure you have
show_in_rest => truewhen registering your custom taxonomy?
Thanks you.
Note: See
TracTickets for help on using
tickets.
Hey there!
The new editor uses the REST API, can you make sure you have
show_in_rest => truewhen registering your custom taxonomy?Thanks you.