此代码:
<?php comments_template( \'\', true ); ?>
输出:
<h3 id="comments-title">
<h2>
12 Responses to My Post.
</h2>
</h3>
(comments template)
我不知道这个h2标签是从哪里来的。我想摆脱它。并自定义我的评论标题(因此将有h4而不是h3和“评论”而不是“回复”。如何实现这一点?
最合适的回答,由SO网友:Chip Bennett 整理而成
注释标记-注释列表和注释回复表单都将位于comments.php
模板文件。
此文件的内容完全依赖于主题,因此任何更具体的帮助都需要comments.php
.