How To View Site from Non-Logged-In User’s Perspective

See this related question. You should be able to add this code to your themes functions.php

   add_filter( 'edit_post_link', '__return_false' );

Leave a Comment