Skip to content

Commit

Permalink
Added Custom Walker Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpagulong committed May 17, 2019
1 parent 9dfe424 commit 78c0b3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@
<ol class="comment-list">
<?php
wp_list_comments( array(
'style' => 'ol',
'short_ping' => true,
'walker' => new ThemeWPUGPH_Comments(),
'style' => 'ol',
'short_ping' => true,
'avatar_size' => 50,
) );
?>
</ol><!-- .comment-list -->
Expand Down

0 comments on commit 78c0b3b

Please sign in to comment.