I want to give the Editor Role access to editing the sidebar and it's contents. I have a text widget in there and in order to edit this text widget the user needs to be an admin - this sucks. How do I grant permission to the Editor Role that will give him access to edit the sidebar?
|
|
The Code to add to
Edit: This should work to prevent editor accessing themes or menus
I haven't had chance to test this, but it only removes them from the menu they may still be able to access them by typing in the URL directly. |
|||||||||||
|
|
If you just want to configure this easy as possible, use the Members plugin. The capability you'll need to add is 'edit_theme_options'. Be aware that this will grant more than just the widgets area, this also grants the editor access to the entire Appearance menu. See here http://wordpress.org/extend/plugins/members/ If you want to do this programmatically, you'll need to use add_cap().
You can throw that code into its own plugin, and your done. |
|||
|
|