Hide comments box on certain category posts
-
hi guys,
iam trying to hide the comments box on certain category, so the user cannot comment on the posts which fall in that category
i tried
‘<?php if (is_category(‘x’)) : ?>
<?php else : ?>
<?php comments_template(); ?>
<?php endif; ?>’buts its not working, anyone got solution for this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hide comments box on certain category posts’ is closed to new replies.