Forums
Forums / Plugins / comments for pages
(@blog7677)
17 years, 8 months ago
I have comments for posts but unable to create comment section in pages. For example, contact me: want to have a comment area (rather than leave an email or phone number.
Thanks for any ideas
(@giladg)
You need to make sure that when editing the page, under “Comments & Pings” you have comments enabled.
Then add the following line to your page.php template wherever you wish to display the comment box: <?php comments_template(); ?>
<?php comments_template(); ?>
By default, this code is not a part of the page.php.
(@advaita)
17 years, 2 months ago
Thnaks GiladG it worked !
The topic ‘comments for pages’ is closed to new replies.
(@blog7677)
17 years, 8 months ago
I have comments for posts but unable to create comment section in pages. For example, contact me: want to have a comment area (rather than leave an email or phone number.
Thanks for any ideas