Skip to content

Instantly share code, notes, and snippets.

@JiveDig
Created May 11, 2013 04:43
Show Gist options
  • Save JiveDig/5558930 to your computer and use it in GitHub Desktop.
Save JiveDig/5558930 to your computer and use it in GitHub Desktop.
// Remove post comments
add_action( 'wp_enqueue_scripts', 'custom_remove_comments' );
function custom_remove_comments() {
remove_action( 'genesis_after_post', 'genesis_get_comments_template' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment