Skip to content

Instantly share code, notes, and snippets.

@craigsimps
Created April 13, 2015 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigsimps/f4fe9a2b1d1b5b972c44 to your computer and use it in GitHub Desktop.
Save craigsimps/f4fe9a2b1d1b5b972c44 to your computer and use it in GitHub Desktop.
Remove edit link from Genesis Framework posts and pages #genesis
// Remove edit link from Genesis posts & pages
add_filter( 'genesis_edit_post_link' , '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment