Title: Remove &quot;0 comments&quot; in post
Last modified: August 22, 2016

---

# Remove "0 comments" in post

 *  Resolved [omicito](https://wordpress.org/support/users/omicito/)
 * (@omicito)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-0-comments-in-post/)
 * Hi!
 * I am using Iconic one theme and i turned off comments and removed comment box.
   But, when i enter the post i wrote, there is “0 comments” as link to place where
   was comment box.
    I want to remove that number of comments. Can you help me?
 * Thanks

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-0-comments-in-post/#post-5867165)
 * for theme specific support, please post in [https://wordpress.org/support/theme/iconic-one#postform](https://wordpress.org/support/theme/iconic-one#postform)
 * you will possibly need to edit **content.php** in a [child theme](http://codex.wordpress.org/Child_Themes),
   and remove this section:
 *     ```
       <div class="adt-comment">
       		 <a class="link-comments" href="<?php  comments_link(); ?>"><?php comments_number(__('0 Comment','themonic'),__('1 Comment'),__('% Comments')); ?></a>
                </div>
       ```
   
 * or add something like this via a [custom CSS plugin](https://wordpress.org/plugins/search.php?q=custom+css):
 * `.adt-comment { display: none; }`
 *  Thread Starter [omicito](https://wordpress.org/support/users/omicito/)
 * (@omicito)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-0-comments-in-post/#post-5867295)
 * works! thank you!

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

The topic ‘Remove "0 comments" in post’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [omicito](https://wordpress.org/support/users/omicito/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/remove-0-comments-in-post/#post-5867295)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
