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