Home Forums WordPress Themes – Premium Circumference Need to remove “comments” from blog page Reply To: Need to remove “comments” from blog page

#16050
Shekhar Bhandari
Participant

Hi Pure,

Use the following custom CSS in your child theme to disable the comments on listing blog page.

span.comments-link {
    display:none;
}

Thanks.