Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #287684

    Hi
    do you have a solution for that?
    Although the Blog Post Comment Count is disabled in the Blog Meta Elements it is shown in the overview.
    I don’t want to disable the comments but i also do not want to show that nobody comments a blog.

    Thx, Oliver

    #287701

    Hi heufti65!

    Please insert this code into the quick css field (or child theme style.css) to hide the comments count:

    
    #top .slide-meta-del, #top .slide-meta-comments{
    display: none;
    }
    

    Best regards,
    Peter

    #287766

    Works great. Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Commenting Counts’ is closed to new replies.