Viewing 1 replies (of 1 total)
  • The Edit link should only be displayed to logged in users. A normal visitor would never see this link, however if you want to remove it all together look for the edit_post_link method in your theme’s files and remove every instance of it.

    For example in theme twentyten you would remove this line:
    <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>

Viewing 1 replies (of 1 total)

The topic ‘Removing the Edit This Entry Link’ is closed to new replies.