changing admin menu elements order
This commit is contained in:
parent
027301a4f5
commit
8ef81ac94f
|
|
@ -157,8 +157,8 @@ function metiers_new_admin_menu_order($menu_order)
|
|||
// define your new desired menu positions here
|
||||
// for example, move 'upload.php' to position #9 and built-in pages to position #1
|
||||
$new_positions = array(
|
||||
'edit.php?post_type=chantiers' => 3,
|
||||
'edit.php?post_type=artisans' => 4,
|
||||
'edit.php?post_type=artisans' => 3,
|
||||
'edit.php?post_type=chantiers' => 4,
|
||||
'edit.php?post_type=page' => 5,
|
||||
'upload.php' => 7,
|
||||
'theme-general-settings' => 11,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user