REF: RED wordpress theme
Can anybody help with a code to add a comments boxes on the page section
I have an add comments box in the post section only.
PS all relevant boxes have been ticked so I am sure its not a wordpress issue.
Thanks
Nigel Carr
REF: RED wordpress theme
Can anybody help with a code to add a comments boxes on the page section
I have an add comments box in the post section only.
PS all relevant boxes have been ticked so I am sure its not a wordpress issue.
Thanks
Nigel Carr
Hi,
To add comments to a page, you will just have to call the comments template. Add this code
<?php comments_template(); ?>
below the content loop on the page.php file
You must log in to post.