parent
ede0308425
commit
d915c3eab8
1 changed files with 2 additions and 1 deletions
|
@ -47,12 +47,13 @@ if ( post_password_required() ) {
|
|||
|
||||
<?php the_comments_navigation(); ?>
|
||||
|
||||
<ol class="comment-list">
|
||||
<ol class="comment-list commentlist">
|
||||
<?php
|
||||
wp_list_comments( array(
|
||||
'avatar_size'=> 42,
|
||||
'style' => 'ol',
|
||||
'short_ping' => true,
|
||||
'format' => 'html'
|
||||
) );
|
||||
?>
|
||||
</ol><!-- .comment-list -->
|
||||
|
|
Loading…
Add table
Reference in a new issue