Title: Comments
Last modified: August 21, 2016

---

# Comments

 *  [scottkr24](https://wordpress.org/support/users/scottkr24/)
 * (@scottkr24)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/comments-165/)
 * I need to remove Comments are closed from my pages. I found this code in comments.
   php
 * ‘<?php echo ‘<p class=”nocomments”>’ . __(‘Comments are closed.’, ‘theme1493’).‘
   </p>’; ?>’
 * To be sure I made a little change from Comments to Comment
 * ‘<?php echo ‘<p class=”nocomments”>’ . __(‘Comment are closed.’, ‘theme1493’).‘
   </p>’; ?>’
 * and on the web page I saw Comment so I was sure that was it. Then I just commented
   out the whole thing
 * ‘<!–?php echo ‘<p class=”nocomments”>’ . __(‘Comments are closed.’, ‘theme1493’).‘
   </p>’; ?–>’
 * Thinking it would remove Comments are closed.
 * But its still there. What am I doing wrong?

The topic ‘Comments’ is closed to new replies.

## Tags

 * [comments.php](https://wordpress.org/support/topic-tag/comments-php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [scottkr24](https://wordpress.org/support/users/scottkr24/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/comments-165/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
