这些是“订阅”复选框。查看源代码,您可以看到它们和其他内容。
<p class="comment-subscription-form">
<input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" />
<label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p>
<p class="comment-subscription-form">
<input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" />
<label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label>
</p>
由于样式表(
http://vikingsandc.co.uk/wp-content/themes/novatorix/css/firebrick.css ) 有
#commentform label {display:none}
我不确定如何删除它们,因为这主要是一个主题问题。查看comments.php
并寻找comment_form
. 我认为这是该代码最可能的位置。有several hooks in comment_form
因此,您的主题可能会使用一个或多个复选框来添加复选框。可能需要回拨wp_list_comments
也