Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#14732 closed feature request (duplicate)

Change Admin Menu Order Logic

Reported by: binarybit's profile binarybit Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.0.1
Component: Administration Keywords: reporter-feedback
Focuses: Cc:

Description

I am consistently frustrated with the hacks I need to implement in order to get my custom post types to show up correctly on the left hand side admin areas.

More specifically I often find that I want to place a custom post type above the dashboard or directly below it.

Currently this is not possibly without some unnecessary hacks.

My proposal is that we allow the ability to specify/overwrite the menu order and the grouping of admin menu elements in a simple way through the functions.php file

This should essentially just allow me to order the admin menu in any way I might want to customize it without being so restrictive.

Change History (3)

#1 @nacin
15 years ago

  • Type changed from defect (bug) to feature request

You can pass a menu_position parameter when registering a custom post type.

Otherwise, how much of your request is a duplicate of #14145 and #14666?

#2 @dd32
15 years ago

  • Keywords reporter-feedback added; admin menu order removed

#3 @nacin
15 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.