Example #1
0
		<div class="tablenav-pages">
			<?php 
        _e('Page', 'guangzhou');
        ?>
: <?php 
        paginate_comments_links(array('mid_size' => 4, 'end_size' => 4, 'prev_next' => false));
        ?>
		</div>
	</div>
	<?php 
    }
}
?>
	
<?php 
if (GZ_Comments::show_pings() && GZ_Comments::pings_number() > 0) {
    ?>
<h3><?php 
    _e('Pings &amp; Trackbacks', 'guangzhou');
    ?>
</h3>

<p><?php 
    wp_list_comments(array('walker' => new GZ_Ping_Walker(), 'type' => 'pings', 'per_page' => 0));
    ?>
</p>
<?php 
}
?>

<?php