コード例 #1
0
<?php

if (post_password_required() || !comments_open()) {
    return;
}
theme_functions::theme_respond();
?>

<div id="comments" class="panel comment-wrapper <?php 
echo have_comments() ? null : 'none';
?>
">
	<div class="heading">
		<h2 class="have-comments-title title">
			<i class="fa fa-comments"></i> 
			<span id="comment-number-<?php 
echo $post->ID;
?>
">-</span> 
			<?php 
echo ___('Comments');
?>
		</h2>
	</div>
	
	<ul id="comment-list-<?php 
echo $post->ID;
?>
" class="comment-list">
		<li class="comment media comment-loading">
			<div class="page-tip"><?php