Make WordPress Core

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's profile markjaquith Owned by: markjaquith's profile 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.

http://tinyurl.com/ybds9ka

This is just a placeholder to remind myself to add this early in 3.0's cycle.

Change History (2)

#1 @markjaquith
15 years ago

  • Owner changed from filosofo to markjaquith
  • Status changed from new to accepted

#2 @markjaquith
15 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

(In [12690]) Enable custom taxonomy UI for pages as well as for posts. fixes #11290

Note: See TracTickets for help on using tickets.