• 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

Removing the (EDIT) link in Executive Pro Theme

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 › Removing the (EDIT) link in Executive Pro Theme

This topic is: not resolved
  • This topic has 3 replies, 3 voices, and was last updated 10 years, 3 months ago by smcdonell.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • January 7, 2016 at 9:12 pm #175904
    smcdonell
    Member

    Hi Guys,

    Not sure if this is a link, tag or something else but when I navigate through my website on each page it has this "(Edit)" link at the bottom that when i click on it it takes me back to the wordpress admin area from the live site. Does anyone know how I can turn this off so it doesn't show up on every page I go to on the live site? Cheers guys.

    http://www.mcdonellitservices.com.au
    January 7, 2016 at 9:56 pm #175906
    juiceman
    Participant

    That is only there when you are logged in to the admin panel. Users will not see that. If you just don't want to see it when you are logged in you can hide it in your css:

    .post-edit-link {
       display: none;
    }
    January 8, 2016 at 12:44 am #175913
    Brad Dalton
    Participant

    PHP solution

    add_filter( 'genesis_post_info', 'remove_edit_shortcode' );
    function remove_edit_shortcode($post_info) {
    	$post_info = '[post_date] by [post_author_posts_link] [post_comments]';
    	return $post_info;
    }
    

    Tutorials for StudioPress Themes.

    January 8, 2016 at 1:30 am #175915
    smcdonell
    Member

    Thanks very much guys. Much appreciated.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 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

© 2026 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