Allow editors to access theme options in the Appearance menu.
Simply put: this plugin gives the Editor role access to edit “theme options”, which includes:
Instead of adding this capability by hand on each client site, just install and activate this plugin—it keeps your functions.php
file clean, and keeps this type of functionality where it belongs.
The capability is added to the role once (on plugin activation) and removed when the plugin is deactivated.
editor-theme-options
to the /wp-content/plugins/
directory, or search for “Editor Theme Options” under Plugins > Add New and click “Install Now”.Editor access to widgets and menus is, by far, the most requested change I’ve had of this nature. I’ve seen similar sentiments.
Those work, too! They’re just quite robust, and this is for a specific role and capability.
It should. Please let me know if it doesn’t.
There aren’t any filters or anything like that. If you know how to apply_filters
, then you can fork the plugin and have it do what you need.