标题非常自我解释。我正在尝试使用WordPress函数comments_number()
但它总是返回零,即使有注释。我正在使用的代码是:
<?php comments_number( 'No Comments', '1 Comment', '% Comments' ); ?>
答案 0 :(得分:0)
代码是正确的。
<?php comments_number( 'No Comments', '1 Comment', '% Comments' ); ?>
这是正确的方法吗? 可以在代码中确认:http://codex.wordpress.org/Function_Reference/comments_number
所以你的问题应该在你调用函数的地方......通常的地方之一是在content.php文件中..