admin管理员组

文章数量:1293660

Is there a page on the WP documentation someplace that lists the order numbers for the default menu items in the Admin panel on Wordpress? Cannot find anything on line that just gives a clear numbering system such as "Posts = 1" "Media = 5" etc etc.

I'm using a plugin that allows to add an order number for placing a custom post on the menu area but it would be handy to know the breakdown of the numbering between the default menu options instead of guessing 1, 5, 10 and 20.

I remember seeing something like this before that broke it down but cannot find it at all on Google. Only ways to rewrite the order using functions.php file.

Thanks in advance.

Is there a page on the WP documentation someplace that lists the order numbers for the default menu items in the Admin panel on Wordpress? Cannot find anything on line that just gives a clear numbering system such as "Posts = 1" "Media = 5" etc etc.

I'm using a plugin that allows to add an order number for placing a custom post on the menu area but it would be handy to know the breakdown of the numbering between the default menu options instead of guessing 1, 5, 10 and 20.

I remember seeing something like this before that broke it down but cannot find it at all on Google. Only ways to rewrite the order using functions.php file.

Thanks in advance.

Share Improve this question edited Apr 30, 2021 at 5:22 fuxia 107k38 gold badges255 silver badges459 bronze badges asked Apr 29, 2021 at 9:36 BradleyBradley 1135 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 4

Default order:

2 – Dashboard
4 – Separator
5 – Posts
10 – Media
15 – Links
20 – Pages
25 – Comments
59 – Separator
60 – Appearance
65 – Plugins
70 – Users
75 – Tools
80 – Settings
99 – Separator

add_menu_page() code reference

本文标签: Wordpress Side Menu Admin Panel Default Order numbers List