Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can I take away the comments box from one category only?


Anonymous User 96400
Inactive

@anonymized-96400

in single.php something like this should work:

`<?php if( ! in_category('exclude') )
comments_template(); ?>`

where you change exclude to the name or id of the category you don’t want the comments to show up.

Skip to toolbar