Add necessary arguments

This commit is contained in:
Ulrich Pogson 2013-12-24 00:26:50 +01:00
parent a29f2773aa
commit 4f2b0fab63
1 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,12 @@ if ( post_password_required() ) {
<?php endif; // check for comment navigation ?>
<ol class="comment-list">
<?php wp_list_comments(); ?>
<?php
wp_list_comments( array(
'style' => 'ol',
'short_ping' => true
) );
?>
</ol><!-- .comment-list -->
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>