您需要更改正在使用的代码
<div class="post-meta">
<p><?php the_date(); ?> | <?php the_tags(\'tags:\', \', \', \'<br />\'); ?> | <?php comments_number( $zero, $one, $more ); ?> comments</p>
<?php comments_template(); ?>
</div><!-- end post-meta -->
至
<div class="post-meta">
<p><?php the_date(); ?> | <?php the_tags(\'tags:\', \', \', \'<br />\'); ?> | <?php comments_number( \'no responses\', \'one response\', \'% responses\' ); ?> comments</p>
<?php comments_template(); ?>
</div><!-- end post-meta -->