hide comment count on category page as well as author page

Posted in: Newspaper
Post count: 16

I want to hide comment count in the category pages and author pages. how can I do it ?

Post count: 22421

Hello,

The comment count can be removed from posts here: http://screencast.com/t/papGwliSK and for pages and categories from here: http://screencast.com/t/RGgpMDJl
The comment count cannot be removed for proffered pages. It can be removed with css though.
If you only want to hide it from the category pages and from the author pages you can use this code:

.category .td-module-comments, .author .td-module-comments{
display:none!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.