• Resolved BobMc

    (@bobmc)


    At the bottom of the page on my first ever post where it shows the links to categories and tabs (just above the footers) is a live/active box that says “edit”. Anyone can go to my dashboard and edit anything on the site. How do I get rid of it. https://www.thecomealiveproject.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Why do you want to do this? Only logged in users can see the “Edit” link

    But if you want to remove the “Edit” link for single posts, go to Dashboard > Appearance > Edit > content-single.php

    Then delete this line of code

    <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>

    It should only be there when you are logged in. Log out and try. Don’t forget to clear your cache.

    Thread Starter BobMc

    (@bobmc)

    Many thanks. Problem resolved. I’m just brand, spanking new with wordpress. Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Active "edit" bar/link at bottom of first published post’ is closed to new replies.