Created
November 9, 2017 19:11
-
-
Save Sstobo/3d1f52e0a025210ef34015ab7a51cbea to your computer and use it in GitHub Desktop.
[WP comments template] #wp #comments #template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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