Title: Remove comments count
Last modified: August 31, 2016

---

# Remove comments count

 *  Resolved [theopinionsexpressed](https://wordpress.org/support/users/theopinionsexpressed/)
 * (@theopinionsexpressed)
 * [10 years ago](https://wordpress.org/support/topic/remove-comments-count-1/)
 * Hello there,
 * Just wondering how I remove the wordpress comments count from the theme? Given
   I’m using Disqus comments, I don’t need a wordpress comments count on display.
 * You can see on my sample post that 0 comments are displayed at the top of the
   post, but there is 1 disqus comment shown at the bottom of the post.
 * [http://theopexpress.com/2016/05/06/game-of-thrones-is-stannis-the-mannis-coming-back/](http://theopexpress.com/2016/05/06/game-of-thrones-is-stannis-the-mannis-coming-back/)
 * Also, is it possible to substitute the wordpress comment count for disqus comment
   count across the theme? if so, how?
 * Please bear with me, I’m new to all this..lol

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

 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [10 years ago](https://wordpress.org/support/topic/remove-comments-count-1/#post-7381540)
 * Hi,
 * you can hide the default comments count by inserting the following CSS code into“
   Appearance > Customize > SongWriter General Settings > Custom CSS”:
 * `#wrapper .post-info-comments {display: none;}`
 * To substitute the WordPress comment count for Disqus comment count, please follow
   [this guide](http://www.wpbeginner.com/wp-themes/how-to-prevent-disqus-from-overriding-your-wordpress-comment-count/).
 * Best regards,
    Tomas Toman
 *  Thread Starter [theopinionsexpressed](https://wordpress.org/support/users/theopinionsexpressed/)
 * (@theopinionsexpressed)
 * [10 years ago](https://wordpress.org/support/topic/remove-comments-count-1/#post-7381541)
 * Thank you for your prompt reply sir!
 * Added your code and it worked like a charm 🙂
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [10 years ago](https://wordpress.org/support/topic/remove-comments-count-1/#post-7381542)
 * You are welcome! 🙂
 *  [ddonham](https://wordpress.org/support/users/ddonham/)
 * (@ddonham)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/remove-comments-count-1/#post-8943665)
 * Hi I am using a different theme (Socially Viral) I had the same issue and was
   told by support to add this to the custom css.
 * .thecontent > h3, .thecontent > h3 + p {
    display: none; }
 * it worked to remove both the comments title and counter.
    Not sure if it will
   help other on other themes but I posted it anyway.

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

The topic ‘Remove comments count’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/songwriter/2.0.5/screenshot.png)
 * SongWriter
 * [Support Threads](https://wordpress.org/support/theme/songwriter/)
 * [Active Topics](https://wordpress.org/support/theme/songwriter/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/songwriter/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/songwriter/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [ddonham](https://wordpress.org/support/users/ddonham/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/remove-comments-count-1/#post-8943665)
 * Status: resolved