Is it possible to grant Editors the ability to manage theme widgets? By default, only Administrators can do so.
Thanks, Jon
If you don't want to use a plugin, you can also add this to your functions.php or somewhere similar.
$role = get_role('editor');
$role->add_cap('edit_theme_options');
I'm afraid you're going to need to use a plugin to achieve this, since changing Widgets is a switch_themes capability not available to Editors. You need a plugin that changes roles and capabilities (like Capability Manager). Check a similiar topic about this issue in Wordpress Forums.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With