Move admin Menus to top leval
-
I’m quite new to wordpress and there are many things i like with this system, but one thing that puzzles me is the admin menu.
I want to be the main Administrator of the sites i build and then give the clients a role of eg. Editor, but i wanna give the clients the ability to edit the menu and also i would like to remove some of the menu items that i find irrelevant for the client.
i know about the:
$role_object = get_role( ‘editor’ );
$role_object->add_cap( ‘edit_theme_options’ );
and this will give the client access to the menu, but it is submenu under the Appearance, instead i would like to have Menus as a top menu. i found a nice script that does that here https://css-tricks.com/forums/topic/rearranging-the-wordpress-admin-menu/ but this only works for Administrator role, when i log in as Editor i can see the menu.
Does anyone have a solution to this?
- The topic ‘Move admin Menus to top leval’ is closed to new replies.