How to hide any reference to comments

Support Area Forums Bottega How to hide any reference to comments

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #38104
    Dandelion222
    Participant

    I used the code from this thread in my custom CSS to hide the comments or reference to “comments are closed”. But in the post data it still references “comments” with a link that goes nowhere. How can we hide that too?

    The weird thing is, it’s only showing on posts from one of our 2 categories.

    #38107
    Dandelion222
    Participant

    Oh sorry, I forgot to reference the thread. Here it is: https://support.organizedthemes.com/forums/topic/how-to-hide-post-data/#post-37251

    #38111
    Bill Robbins
    Moderator

    I believe the comments link there is set to display if comments are open or if comments exist. Maybe it is that some of the posts either have open comments or existing comments. WordPress’ global option to disable comments only affects posts created after that point. Any posts created before hand will still be open.

    You can hide the link with CSS too. It would look something like this:

    
    .comment-link { display: none; }
    

    Take care,
    Bill

    #38119
    Dandelion222
    Participant

    Ah, that was it. I had just a few that must have been posted before I turned off comments. Thanks for the lead. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to hide any reference to comments’ is closed to new replies.