JiveDig
5/11/2013 - 4:43 AM

gistfile1.txt

// Remove post comments
add_action( 'wp_enqueue_scripts', 'custom_remove_comments' );
function custom_remove_comments() {
	remove_action( 'genesis_after_post', 'genesis_get_comments_template' );
}