Removing comment-field from specific pages
-
Hi everybody.
As my blog is not really a blog, I have worked a lot on adjusting various aspects of my theme and WordPress-version to better fit my needs. One of those things was to have comments in ordinary pages. Problem is, some of my pages (Home, About) are not supposed to have comments. I have simply copied the following:
<?php comments_template(); ?>
…From single.php and pasted it in page.php. This naturally enables comments for all of the pages on the site. Question being; how do I disable a few selected pages from having them?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Removing comment-field from specific pages’ is closed to new replies.