Title: Remove &#8220;0 Comments&#8221;
Last modified: August 19, 2016

---

# Remove “0 Comments”

 *  [Doctor Dave](https://wordpress.org/support/users/vincarrillo/)
 * (@vincarrillo)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/remove-0-comments/)
 * I figured out how to remove “Comments are closed” from the bottom of posts, but
   how do I remove “0 Comments” from those posts that do not allow comments? Seems
   rather useless to even have the notification if posting comments for that article
   is not even allowed.

Viewing 1 replies (of 1 total)

 *  [Jon Dingman](https://wordpress.org/support/users/jdingman/)
 * (@jdingman)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/remove-0-comments/#post-1243659)
 * look for comments_number() and then modify that to display what you want to display.
 * If comments are not allowed on a post, search for something like this in comments.
   php
 * `<?php if ('open' == $post->comment_status) : ?>`
 * Then edit below that.

Viewing 1 replies (of 1 total)

The topic ‘Remove “0 Comments”’ is closed to new replies.

## Tags

 * ["comment notification"](https://wordpress.org/support/topic-tag/comment-notification/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jon Dingman](https://wordpress.org/support/users/jdingman/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/remove-0-comments/#post-1243659)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
