Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Created January 30, 2017 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaworowicz/5093e2fc1fa25b3f6bac2ad4b74ebfe0 to your computer and use it in GitHub Desktop.
Save jaworowicz/5093e2fc1fa25b3f6bac2ad4b74ebfe0 to your computer and use it in GitHub Desktop.
add_action( 'wp_head', 'jcz_disqus_controll' );
function jcz_disqus_controll() {
if ( is_singular( array( 'post', 'page' ) ) && comments_open() )
return;
remove_action( 'wp_footer', 'dsq_output_footer_comment_js' );
remove_action( 'loop_end', 'dsq_loop_end' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment