Skip to content

Commit

Permalink
Update comments.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPadbury committed Oct 4, 2013
1 parent 5305e5c commit 94d0b4f
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions parts/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,9 @@
<i class="glyphicon glyphicon-comment"></i>&nbsp; Comments: <?php comments_number('None', '1', '%'); ?>
</p>

<div class="commentlist">
<?php wp_list_comments( $args = array(
'walker' => null,
'max_depth' => '',
'style' => 'ul',
'callback' => null,
'end-callback' => null,
'type' => 'all',
'reply_text' => 'Reply',
'page' => '',
'per_page' => '3',
'avatar_size' => 0,
'reverse_top_level' => null,
'reverse_children' => '',
'format' => 'html5',
'short_ping' => false
)); ?>
</div>
<ol class="commentlist">
<?php wp_list_comments('type=comment&callback=bst_comment');?>
</ol>

<ul class="pagination">
<li class="older"><?php previous_comments_link() ?></li>
Expand Down

0 comments on commit 94d0b4f

Please sign in to comment.