Some themes come without showing the comment form at the bottom of pages. To display the comment form on one Page of your blog selectively and not on others, is simple to do.
Here is how I would do it:
- Go to the edit Pages in the admin area and hover over the page you want to edit.
You will see the post id used to store it in the database. Take a note of it:

Under the Appearance menu, click on the Editor menu item.

Then click on the Page Template item, which will allow you to edit the page.php file. This file has the instruction on what to display on a wordpress page.

You will find that the function responsible for displaying the comment form (comments_template()) is missing. All you will need to add the the code that will instruct php to display the comment form, only if the page id is = 9. In your case, you will replace 9 with the page id that you like to add comments to.
To display the comment form on your page add the code between and including the red boxes below: 
If you like to display the comment for on only 2 pages, either page 1508 or page 1832, then you can change your if statement like this following one:
![]()
Or if you want to display the comment form on any page, except page 1508, then the following applies:
![]()
Regards.
Popularity: 2% [?]
(About)
Welcome to my blog! I believe that non techie people should be able to create a web presence affordably and with minimal effort!
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Feb | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 | ||||
A unique ebook that will help you better secure your wordpress site.
Strongly recommended, specially if you have installed your wordpress site using cPanel's Fantastico.
247 of most commonly used phrases and keywords used in the online business world. A great addition to your online references.
Learn useful tips to having your service or product better recognized. This report includes 77 useful tips and simple changes that can make a huge difference to your online business.
RSS feed for comments on this post · TrackBack URI
Leave a reply