Opened 15 years ago
Closed 15 years ago
#11290 closed enhancement (fixed)
Custom taxonomy UI is not generated for Pages as it is for Posts
Reported by: | markjaquith | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Taxonomy | Keywords: | meta_box, taxonomy |
Focuses: | Cc: |
Description
Custom taxonomies registered against Posts get automatic UI. Pages do not.
Here is a plugin I whipped up to add it. The same code in edit-page-form.php would work, without the do_meta_boxes wrapper.
This is just a placeholder to remind myself to add this early in 3.0's cycle.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [12690]) Enable custom taxonomy UI for pages as well as for posts. fixes #11290