此代码:
<?php comments_template( '', true ); ?> 产出:
<h3 id="comments-title">
<h2>
12 Responses to My Post.
</h2>
</h3>
(comments template)我不知道h2标签是从哪里来的。我想摆脱它。并自定义我的评论-标题(因此将有h4而不是h3和“注释”而不是“响应”。如何做到这一点?
发布于 2011-04-24 01:40:42
注释标记-注释列表和注释回复表单都将在comments.php模板文件中。
该文件的内容完全依赖于主题,因此任何更具体的帮助都需要comments.php的内容。
https://wordpress.stackexchange.com/questions/15478
复制相似问题