WordPress在文章(首页)列表中显示评论

需求说明: 我想在首页每篇日志下像文章页single那样显示评论,< ?php comments_template(); ?>直接放首页没有反应的。有谁知道怎么办教教我 谢谢! 解决方案: 在WordPress主题的index.php文件的文章调用循环内,即 while (have_posts()) : the_post(); 和 endwhile; 之间适当位置,添加以下代码: [php] &l......继续阅读