Home › Forums › WordPress Themes – Premium › Circumference › Need to remove “comments” from blog page › Reply To: Need to remove “comments” from blog page
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.
Lost Password?