Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#17029 closed feature request (fixed)

Show hierarchy in Pages box on Menus screen

Reported by: jane's profile jane Owned by: greuben's profile greuben
Milestone: 3.2 Priority: low
Severity: normal Version: 3.1
Component: Menus Keywords: has-patch needs-testing
Focuses: Cc:

Description

If you View All on the Menus screen, it lists all pages but has them in alphabetical order rather than showing nesting/hierarchy like it does on edit.php?post_type=page (or in categories box on post editor). For sites with a lot of pages, having to remember/recreate the hierarchy in the menu is a pain in the butt. It would nice for the View All view for Pages (and custom post types with hierarchy) to display as they do in the regular pages list on edit.php?post_type=page instead of alphabetically.

Attachments (3)

17029.diff (1.8 KB) - added by greuben 14 years ago.
17029.2.diff (2.0 KB) - added by greuben 14 years ago.
typo fix and also includes taxonomies
17029.3.diff (2.0 KB) - added by greuben 14 years ago.
Coding standards: if ( not if(

Download all attachments as: .zip

Change History (17)

#1 @nacin
14 years ago

Decided to close #14660 as a duplicate. There's also #14180 for hierarchical taxonomies.

#2 @filosofo
14 years ago

Patch assumes that #16372 has been committed.

#3 @filosofo
14 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 3.2

#4 @scribu
14 years ago

For categories: #14180

#5 @scribu
14 years ago

Also, this ticket is technically a duplicate of #14660

#6 @nacin
14 years ago

filosofo: Looks like you meant this patch to land on #16799.

#7 @filosofo
14 years ago

  • Keywords has-patch removed
  • Owner set to filosofo
  • Status changed from new to assigned

Whoops. I'll take ownership of this one, too, though.

#8 @ocean90
14 years ago

Related: #17221

#9 @maorb
14 years ago

  • Cc maor@… added

@greuben
14 years ago

#10 @greuben
14 years ago

  • Keywords has-patch added; needs-patch removed

@greuben
14 years ago

typo fix and also includes taxonomies

#11 @greuben
14 years ago

  • Keywords needs-testing added

#12 @scribu
14 years ago

Looks good. Tested with additional custom hierarchical taxonomies and post types.

@greuben
14 years ago

Coding standards: if ( not if(

#13 @filosofo
14 years ago

  • Owner changed from filosofo to greuben

#14 @ryan
14 years ago

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

In [17796]:

Show hierarchy for pages and taxonomies in nav menus admin. Props greuben. fixes #17029

Note: See TracTickets for help on using tickets.