COMMENTS_NUMBER显示在指定范围之外

时间:2013-04-10 作者:Nikki Mather

我想显示一篇特定帖子的评论数,所以我想我应该使用comments\\u number,但是当我使用它时,评论数会打印在应该包含在其中的范围之外。

我也尝试过使用get\\u comments\\u number,但那根本不显示任何内容。

下面的代码已添加到我的函数中。php和其他代码,但我无法在span中显示注释编号-它只是打印在页面顶部。

$content .= \'<p class="meta"><span class="date">\'.$date.\'</span><span class="comments">\'. comments_number() .\'</span></p>\';

1 个回复
最合适的回答,由SO网友:Tom J Nowell 整理而成

comments_number 不会返回评论的数量,它会将其呼应出来。

As the codex clearly states:

使用get_comments_number() 检索值。

结束

相关推荐

将作者从pload.php URL重定向到多站点中的主页

我想在作者访问URL时重定向他们mynetwork.com/OWNBLOG/wp-admin/upload.php 转到另一页。我该怎么做?我尝试了此代码,但收到了以下错误:“警告:无法修改标题信息-第876行/home/content/59/104129/html/wp admin/includes/template.php:1642)中/home/content/59/10412659/html/wp includes/pluggable.php中已发送的标题:”add_action( \'admin