Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Created February 27, 2015 18:05
Show Gist options
  • Save wpscholar/5b8a7b2a4d0da63a6ccb to your computer and use it in GitHub Desktop.
Save wpscholar/5b8a7b2a4d0da63a6ccb to your computer and use it in GitHub Desktop.
<?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