Hi,
If you need to enable comments box in your pages, you can do it by enable comments when you add/edit page.
In you add/edit page section click “Screen Options” to show discussion meta box. Now you have the ability to show comments box on that page.
Hope this helps you.
Cheers!
<?php comments_template(); ?>
Call this functions in Page.php, Make Sure comments is On
Settings->discussion-> check anyone post a comment
Hi David,
Comments are turned on by default for posts and pages as well. To handle your issue take a look at settings -> Discussion and see if all the needed options are turned on.
Thanks for suggestions.
Call this functions in Page.php
<?php comments_template(); ?>
Is there a particular place to insert this line of code, or can it be placed anywhere (even as the last line of the file) ?
David.
(@davidb_au)
10 years, 6 months ago
Is it possible to get the Comments box to show on ‘Pages’?
(yes – I mean Pages, not posts)
If so, I can’t readily see how.
Thanks,
David.