How do I turn off the comment count?
- The topic ‘How do I turn off the comment count?’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Just wondering how to remove the number of comments that appeared after author and date? Like the following:
– BY INDAH SUSANTI ON JULY 6, 2015 • ( 92 COMMENTS )
I still want to keep the author name and the date though…
Thank you in advance!
cheers,
Indah
The blog I need help with is: (visible only to logged in users)
Hi Indah
If you use the custom css editor then you can hide the comment count with the following custom css:
.commentcount {
display:none;
}
There’s info on using the custom css editor here:
https://en.support.wordpress.com/custom-design/custom-css/
Thank you so much! The link is super helpful :)