Home › Forums › WordPress Themes – Premium › Circumference › Need to remove “comments” from blog page › Reply To: Need to remove “comments” from blog page
April 16, 2015 at 8:04 am
#16050
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.