Title: Editor &#039;Theme Options&#039; capabilities
Last modified: August 30, 2016

---

# Editor 'Theme Options' capabilities

 *  Resolved [isaacalves](https://wordpress.org/support/users/isaacalves/)
 * (@isaacalves)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/editor-theme-options-capabilities/)
 * I would like users with the role ‘Editor’ to be able to manage ‘Theme Options’
 *  I’m able to do that with:
 *     ```
       $editor = get_role('editor');
       $editor->add_cap('edit_theme_options');
       ```
   
 * But it also allows access to ‘OptionTree’ settings and other settings under the‘
   Appearance’ menu (Themes, Menus, etc). I don’t want any of that, only ‘Theme 
   Options’.
 * How could that be done?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Derek Herman](https://wordpress.org/support/users/valendesigns/)
 * (@valendesigns)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/editor-theme-options-capabilities/#post-6675566)
 * There is a filter named `ot_theme_options_capability` which allows you to change
   the capability. You could create a custom capability and add it to the roles 
   you want to have access then change the filter to use that capability.

Viewing 1 replies (of 1 total)

The topic ‘Editor 'Theme Options' capabilities’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/option-tree_363534.svg)
 * [OptionTree](https://wordpress.org/plugins/option-tree/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/option-tree/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/option-tree/)
 * [Active Topics](https://wordpress.org/support/plugin/option-tree/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/option-tree/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/option-tree/reviews/)

## Tags

 * [capabilities](https://wordpress.org/support/topic-tag/capabilities/)
 * [editor](https://wordpress.org/support/topic-tag/editor/)
 * [role](https://wordpress.org/support/topic-tag/role/)

 * 1 reply
 * 2 participants
 * Last reply from: [Derek Herman](https://wordpress.org/support/users/valendesigns/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/editor-theme-options-capabilities/#post-6675566)
 * Status: resolved