Title: Hide settings from normal wordpress users
Last modified: August 21, 2016

---

# Hide settings from normal wordpress users

 *  Resolved [spankmaster79](https://wordpress.org/support/users/spankmaster79/)
 * (@spankmaster79)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hide-settings-from-normal-wordpress-users/)
 * Hi,
 * I don’t want editors on my blog to be able to edit the settings of a single poll.
   I set the poll template and view and other options globally.
 * So they should not edit the following:
 * In general:
    Options Templates
 * And on a single poll:
    View Result Options Other Options Archive Options
 * [http://wordpress.org/plugins/yop-poll/](http://wordpress.org/plugins/yop-poll/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [YOP](https://wordpress.org/support/users/yourownprogrammer/)
 * (@yourownprogrammer)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hide-settings-from-normal-wordpress-users/#post-4366636)
 * Hi spankmaster79,
 * You can edit inc/admin.php and starting with line 9907 you can set who has permission
   to change the poll settings. For example, you have
 *  ‘manage_polls_options’ => array (
    ‘administrator’ => true, ‘editor’ => true,‘
   author’ => false, ‘contributor’ => false, ‘subscriber’ => false )
 * If you don’t want your editor to be able to change the poll options, simply set‘
   editor’ => false
 * Best wishes,
 * YOP Team

Viewing 1 replies (of 1 total)

The topic ‘Hide settings from normal wordpress users’ is closed to new replies.

 * ![](https://ps.w.org/yop-poll/assets/icon-256x256.png?rev=3524390)
 * [YOP Poll](https://wordpress.org/plugins/yop-poll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yop-poll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yop-poll/)
 * [Active Topics](https://wordpress.org/support/plugin/yop-poll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yop-poll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yop-poll/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [YOP](https://wordpress.org/support/users/yourownprogrammer/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/hide-settings-from-normal-wordpress-users/#post-4366636)
 * Status: resolved