Comments On One Specific Page
-
Is it possible to create a page that has comments allowed on it and the others do not.
I have added the following code to my theme page.php:
<?php comments_template(); ?>
This adds a comment box to all the pages.
What I would like to do is have “About Us” and “Competitions” pages which are static and where comments cannot be added, but I would also like to have a “Suggestions/Comments” page where people can add their comments to it.
I don’t seem to be able to get a “Discussion” box onto the template which is used in the “Add Pages” like the one used in the “Add New Post” template page.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Comments On One Specific Page’ is closed to new replies.