Archived topic
Display comment count only if there is at least 1 comment
3 replies · Started by Halil on August 23, 2021
Hi,
I've enabled "display comment count" in blog options and it's working nicely.
Is it possible to not to display this if there isnt any comment in the post?
ie, show no of comments if there is at least one, but dont show that info if there isnt ant comment yet.
I hope it's achievable thru some css trick.
Hi there,
Not possible with CSS unfortunately.
You can build your own post meta template and just leave the No Comments text field blank:
https://www.screencast.com/t/6TucSYa85UBX
More on block element post meta here:
https://docs.generatepress.com/article/block-element-post-meta-template/
thanks Leo
No problem :)