Remove Edit Link Remove the edit link on your site using the Genesis Framework: <?php // Remove the edit link add_filter ( 'genesis_edit_post_link' , '__return_false' );