Skip to content

Instantly share code, notes, and snippets.

@michaelcarwile
Last active December 20, 2015 04:29
Show Gist options
  • Save michaelcarwile/6071736 to your computer and use it in GitHub Desktop.
Save michaelcarwile/6071736 to your computer and use it in GitHub Desktop.
Genesis default overrides.
<?php
// don't include above php tag
//* Remove edit link on Genesis posts
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