未显示COMMENTS_NUMBER

时间:2012-10-10 作者:user1255049

Live site

我正在使用<?php comments_number( $zero, $one, $more ); ?> 在…上home.php 显示帖子元中的评论数。问题是,尽管这篇帖子上有一条评论,但它并没有显示数字。你知道问题出在哪里吗?

以下是帖子元index.php:

<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 -->

2 个回复
SO网友:Xhynk

您需要更改正在使用的代码

<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 -->

SO网友:Michael

您需要更换$zero, $one, 和$more 使用您自己的代码;阅读法典中的示例:http://codex.wordpress.org/Function_Reference/comments_number#Examples

结束

相关推荐

Why are my comments closed?

我有一个简单的site 有几页加上blog. 出于某种原因,博客帖子声明comments are closed 我不知道为什么。我想打开所有博客帖子上的评论(而不是在页面上提供评论)。在“编辑帖子”屏幕中,“评论”部分仅表示“还没有评论”但并没有提供任何打开它们的方法。在“设置”>“讨论”中,我有以下内容:评论时,作者必须填写姓名和电子邮件。评论时,用户必须注册并登录。评论时,关闭对超过(14)天的文章的评论。自动关闭评论。启用线程化(嵌套)评论级别(5)深度。将评论分成每页有(50)条顶级评论的页