• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Remove Genesis admin menu access for Editor role

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Remove Genesis admin menu access for Editor role

This topic is: not resolved

Tagged: editor role, genesis admin menu

  • This topic has 1 reply, 2 voices, and was last updated 9 years, 7 months ago by WhiteleyDesigns.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • April 12, 2016 at 8:17 am #183442
    pixelpushers
    Member

    Hi,

    I'm building a site for a friend and trying to restrict what they have access to so they cant break the site.

    I've created an Editor role for them.

    Can anyone tell me how to remove access (visibility at least) to the Genesis menu just for Editor roles and below? I understand the below snippet in functions.php will remove it in general but I still want it to be visible to the Administrator role. Thanks in advance!

    //* Remove Genesis menu link
    remove_theme_support( 'genesis-admin-menu' );

    April 12, 2016 at 2:13 pm #183456
    WhiteleyDesigns
    Member

    This is completely untested but may work for you:

    $user = wp_get_current_user();
    $current_role = array( 'editor' );
    if( array_intersect( $current_role, $user->roles ) ) {
    add_action( 'admin_head', 'custom_admin_css' );
    }
    
    function custom_admin_css() {
    
    echo '<style>
    #adminmenu li.genesis-separator.wp-menu-separator ,
    #adminmenu li.menu-top.toplevel_page_genesis {
         display: none;
    }
    </style>';
    
    }

    This should grab the current user's role and execute the css that will hide the Genesis menu if the user has the 'editor' role. Again, this is untested and only hides the menu, doesn't remove it completely.

    Hope it helps!

    EDIT: this goes in your functions.php.

    Matt


    Matt Whiteley – WhiteleyDesigns, GitHub
    Designing, Developing & Creating with WordPress

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble