Expired
How can I remove the comment count from the bottom of a blog post in Tower?
I have:
1) Disabled comments on the blog page and blog post.
2)I marked the setting in Tower menu->Blog Config->Show comments count at blog post as Off.
However the blog post still shows “Comments: 0 ” at the bottom of the blog post?
Hello,
The comments count doesn’t show at your blog page. See screenshot: https://www.clipular.com/c/5712319518081024.png?k=BnRUPnZedAtoe-BFYN7IaCr_910 Did you manage to remove it? To remove the ‘0 Comments’ shown at the end of the single blog post, add this code to your Custom CSS box:
#comments { display: none; }
Let us know.
Best regards!
Thanks that worked.
You must be logged in to reply to this topic.