Title: Hide &quot;Comments are closed&quot; in posts
Last modified: August 20, 2016

---

# Hide "Comments are closed" in posts

 *  [iechefs](https://wordpress.org/support/users/iechefs/)
 * (@iechefs)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/hide-comments-are-closed-in-posts/)
 * I disabled comments in the theme editor: Coraline by Automattic 1.1
 * It was page.php
 *     ```
       <?php
       // comments_template( '', true );
       // disabled by webmaster on 11/29/2011
       ?>
       ```
   
 * Our organization doesn’t want the website to look “bloggy.” So when I need to
   post a blog entry, I don’t want it to look bloggy. There are a few things I will
   want to disable to accomplish that. For example, now that I disabled comments,
   the bottom of the post says, “Comments are closed.” Is there further disabling
   I can do to make that message go away?
 * For reference, see [http://www.iechefs.org](http://www.iechefs.org).
 * Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/hide-comments-are-closed-in-posts/#post-2448001)
 * try in single.php
 * (for what template shows what page, see [http://codex.wordpress.org/Template_Hierarchy](http://codex.wordpress.org/Template_Hierarchy))
 *  [Host.co.in](https://wordpress.org/support/users/hostcoin/)
 * (@hostcoin)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/hide-comments-are-closed-in-posts/#post-2448007)
 * In ‘singlepost.php’ or ‘page.php’ or ‘singlepage.php’ look for ‘< ? php comments_template();?
   >’ many webmaster remove it to get rid from the problem you mentioned but still
   I wont recommend to do so, Instead of that I would like to place ‘/*’at the start
   and ‘*/’ at the end as shown below (comment it out)
 * /*< ? php comments_template(); ? >*/
 * So this code won’t work at all and you can restore it if required in future.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide "Comments are closed" in posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Host.co.in](https://wordpress.org/support/users/hostcoin/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/hide-comments-are-closed-in-posts/#post-2448007)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
