Disable Comments for Specific Categories

Posted in: Newsmag
Post count: 35

Greetings,

What is the best approach to disable comments for specific categories?

Thanks!

Post count: 23312

Hi Cosmin,

Unfortunately, but the theme does not have any such an option that allows you to turn off the comments for a specific category page, sorry! You should try using a bit of CSS code to hide this. You can provide some useful screenshots and your website URL and tell us from where exactly you want to remove the comment and we will provide you an example.

Thanks for the message!

Post count: 35

Hello,

Here is a Category example I want to remove comments for. https://revistacosmos.com/category/revista-cosmos/editorial/

Post count: 20687

Hi,

You could use a code like this to hide the comment count, for that specific category page in particular
https://www.screencast.com/t/ty08v6ttr
Enter the code in Theme panel->Custom CSS section

.category-editorial .td-module-comments {
display: none;
}

Thanks

Post count: 35

Hi Simion,

Is it going to disable them also? There are a couple of categories that I don’t need comments.

Thanks!

Andrei

Post count: 7909

Hi,

The css provided only hides the comments counter on modules, on specific category – https://www.screencast.com/t/I6uxNrMaFJR
You can adjust and apply it on each category page.

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.