Comment.php <h2> Showing up by default
-
Here is the default from the Site Architecture and Classic Comments.php
`<h2 id=”comments”><?php comments_number(__(‘No Comments’), __(‘1 Comment’), __(‘% Comments’)); ?>
<?php if ( comments_open() ) : ?>
“>»
<?php endif; ?>
</h2>`I had two instances of something similar in my comment.php. And I deleted it. But when I load the single.php it still renders:
`<h2>Comments (1)</h2>
<p></p>`Where is it pulling this from? I do not want to display number of comments… How do I get rid of this. And I have searched for <h2> tags and I don’t have a single <h2> tag in the comments.php.
Does anyone know how I can get rid of this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Comment.php <h2> Showing up by default’ is closed to new replies.