• How do I block comments on posts of just a couple of categories??

    I don’t want to block the hall blog, but just two categories.

    What do I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    Try editing single.php and replacing <?php comments_template(); ?> with:

    <?php if ( !in_category( array( 'Cat A', 'Cat B', 'Cat C') )) comments_template(); ?>

    Thread Starter Rafael Zamith

    (@rgzamith)

    I did it but not change at all!

    What I need to do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Block comments of a category’ is closed to new replies.