Opened 2 years ago

Closed 2 years ago

#17029 closed feature request (fixed)

Show hierarchy in Pages box on Menus screen

Reported by: jane Owned by: greuben
Priority: low Milestone: 3.2
Component: Menus Version: 3.1
Severity: normal Keywords: has-patch needs-testing
Cc: maor@…

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 2 years ago.
17029.2.diff (2.0 KB) - added by greuben 2 years ago.
typo fix and also includes taxonomies
17029.3.diff (2.0 KB) - added by greuben 2 years ago.
Coding standards: if ( not if(

Download all attachments as: .zip

Change History (17)

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

Patch assumes that #16372 has been committed.

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

For categories: #14180

Also, this ticket is technically a duplicate of #14660

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

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

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

Related: #17221

  • Cc maor@… added

greuben2 years ago

  • Keywords has-patch added; needs-patch removed

greuben2 years ago

typo fix and also includes taxonomies

  • Keywords needs-testing added

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

greuben2 years ago

Coding standards: if ( not if(

  • Owner changed from filosofo to greuben
  • 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.