I would like to be able to grant my editors the power to change the menu, can this be done?
The appearance tab doesn't appear to be an option at all, can I make it so?
|
I would like to be able to grant my editors the power to change the menu, can this be done? The appearance tab doesn't appear to be an option at all, can I make it so? |
|||
|
|
|
add this to your theme's
|
|||||||||
|
|
When I look at the admin menu structure, it seems the |
|||
|
|
|
instal plugin "User Role Editor" - Switch edit_theme_options ON - install plugin Adminimize - switch off "Widgets" and "Switch Theme" for Editors ;) |
|||
|
|
|
I´ve found, that your menu will work this way: instal plugin "User Role Editor" and there you can edit condition for editor role and other too. Switch edit_theme_options ON. But now: you will see "menu" -option under "themes", "widgets". For me: After click to "menu" (as editor) I´d not see filled options but empty. So I´d deactivate plugin "User Role Editor" and filled options for "menu" appears correctly. Note that deactivating plugin "User Role Editor" remains conditions for editor active! Good for me, maybe it will help you too |
|||
|
|
|
If you want your users to be able to change the navigation menu, but not the other options under appearance: use this
You can comment out this entire code after you have refreshed your admin panel, because the above code will make persistent changes to the database. You now have all the options under appearance visible to the editors. You can hide the other options like so:
The last 3 lines in the So, in this example, the second parameter for the |
||||
|
|