Title: [Plugin: WP-Cycle] Access for Editors
Last modified: August 19, 2016

---

# [Plugin: WP-Cycle] Access for Editors

 *  [Rob](https://wordpress.org/support/users/robmuzo/)
 * (@robmuzo)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-access-for-editors/)
 * Hi can you please update the plugin so that Editors can also access it by moving
   the options to the options menu and lowering the role level to 7.
 * Or if not lowering the role level at least move it to the options menu so it 
   is compatible with the Capability Manager plugin.Here is the fix:
 * Change this (line 54)
    `add_submenu_page('plugins.php', 'WP-Cycle Settings', '
   WP-Cycle', 8, 'wp-cycle', 'wp_cycle_admin_page');`
 * To this:
    `add_submenu_page('options-general.php', 'WP-Cycle Settings', 'WP-Cycle',
   7, 'wp-cycle', 'wp_cycle_admin_page');`
 * [http://wordpress.org/extend/plugins/wp-cycle/](http://wordpress.org/extend/plugins/wp-cycle/)

The topic ‘[Plugin: WP-Cycle] Access for Editors’ is closed to new replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [Rob](https://wordpress.org/support/users/robmuzo/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-access-for-editors/)
 * Status: not resolved