Created
January 8, 2016 06:44
-
-
Save sumanahmed/2a21a8b005bf76b0e097 to your computer and use it in GitHub Desktop.
This file contains 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
//Comments query | |
<?php comments_popup_link( 'No Comments', 'One Comments', '% Comments', '', 'Comment is disable' ); ?> | |
//comments template | |
<?php comments_template( '', true ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment