Title: Show CMP Basic Setup for user role Editor
Last modified: December 19, 2024

---

# Show CMP Basic Setup for user role Editor

 *  [someonebutwhere](https://wordpress.org/support/users/someonebutwhere/)
 * (@someonebutwhere)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/show-cmp-basic-setup-for-user-role-editor/)
 * Kia ora, no Aotearoa ahau.
 * I love this plugin ♡ I’d like to show the CMP Basic Setup to my Editor users 
   in wp_admin. Currently it only shows to administrators. I can make a link appear
   in the top bar – but that only gives access to the page preview, not to settings.
   I have this network activated in Multisite.
   I have a custom plugin for settings
   in the mu-plugins folder – this is the code I’m looking for:
 *     ```wp-block-code
       if( get_current_blog_id() === 13 ){		$user = wp_get_current_user();			if ( in_array( 'editor', (array) $user->roles ) ) {			    // SHOW CMP BASIC SETUP <-- <-- <-- <-- THIS PLEASE			}		}
       ```
   
 * This would be lovely, thank you!
 * Ngā mihi nui 🙏

Viewing 1 replies (of 1 total)

 *  Thread Starter [someonebutwhere](https://wordpress.org/support/users/someonebutwhere/)
 * (@someonebutwhere)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/show-cmp-basic-setup-for-user-role-editor/#post-18233153)
 * Does anyone know how to make the settings for this plugin available when logged
   in as Editor? I’ve also tested this in a single site install to see if it was
   multisite preventing me, but no.
 * I’ve made CMP available for Editor in the Top Bar, but when I access this (from
   another browser where I’m logged in as editor) wordpress tells me “Sorry, you
   are not allowed to access this page.”

Viewing 1 replies (of 1 total)

The topic ‘Show CMP Basic Setup for user role Editor’ is closed to new replies.

 * ![](https://ps.w.org/cmp-coming-soon-maintenance/assets/icon-256x256.png?rev=
   2393184)
 * [CMP - Coming Soon & Maintenance Plugin by NiteoThemes](https://wordpress.org/plugins/cmp-coming-soon-maintenance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cmp-coming-soon-maintenance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/)
 * [Active Topics](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/reviews/)

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [someonebutwhere](https://wordpress.org/support/users/someonebutwhere/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/show-cmp-basic-setup-for-user-role-editor/#post-18233153)
 * Status: not resolved