• Resolved theopinionsexpressed

    (@theopinionsexpressed)


    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.

    https://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

    (@tomastoman)

    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.

    Best regards,
    Tomas Toman

    Thread Starter theopinionsexpressed

    (@theopinionsexpressed)

    Thank you for your prompt reply sir!

    Added your code and it worked like a charm ??

    Theme Author TT Themes

    (@tomastoman)

    You are welcome! ??

    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.