Wordpress没有使用正确的评论文件?

Jas*_*vis 9 php wordpress

有没有使用Wordpress经验的人知道为什么它不会使用我comments.php在主题文件夹中的文件?

Jas*_*vis 2

我现在已经可以工作了,我必须改变

<?php comments_template(); ?>

进入这个

<?php comments_template('', true); ?> 
Run Code Online (Sandbox Code Playgroud)

相反,很奇怪,但它解决了我的问题