Skip to content

Instantly share code, notes, and snippets.

@anandkumar
Created October 8, 2013 15:51
Show Gist options
  • Save anandkumar/6886885 to your computer and use it in GitHub Desktop.
Save anandkumar/6886885 to your computer and use it in GitHub Desktop.
Remove (unhook) Genesis Comments from Posts
<?php
//* Do NOT include the opening php tag
//* Remove posted comments from Genesis
remove_action( 'genesis_comments', 'genesis_do_comments' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment