【发布时间】:2011-09-06 11:51:58
【问题描述】:
所以我已将以下代码插入到模板循环中(在正确的位置),但它没有输出任何 cmets。有什么线索吗?
<?php
$withcomments = true; // force comments form and comments to show on front page
comments_template( '', true );
?>
我正在尝试在帖子的主页流中显示每个帖子的 cmets。
编辑: 只是为了记录,我使用的是二十个主题。
【问题讨论】: