Created
February 27, 2015 18:05
-
-
Save wpscholar/5b8a7b2a4d0da63a6ccb to your computer and use it in GitHub Desktop.
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 | |
wp_list_comments( apply_filters( 'stellar_comment_args', array( | |
'style' => 'div', | |
'type' => 'all', | |
'avatar_size' => 50, | |
) ) ); | |
paginate_comments_links(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment