Hide comments box on certain category posts
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.
The topic ‘Hide comments box on certain category posts’ is closed to new replies.
(@adilomar)
16 years, 6 months ago
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?