Last active
December 20, 2015 04:29
-
-
Save michaelcarwile/6071736 to your computer and use it in GitHub Desktop.
Genesis default overrides.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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