我想显示一篇特定帖子的评论数,所以我想我应该使用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>\';