Skip to content

Instantly share code, notes, and snippets.

@Sstobo
Created November 9, 2017 19:11
Show Gist options
  • Select an option

  • Save Sstobo/3d1f52e0a025210ef34015ab7a51cbea to your computer and use it in GitHub Desktop.

Select an option

Save Sstobo/3d1f52e0a025210ef34015ab7a51cbea to your computer and use it in GitHub Desktop.
[WP comments template] #wp #comments #template
<?php
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment