I just have a quick question, how do i make it so that users can add comments to pages? it doesnt seem like that option is available besides just on posts?
I just have a quick question, how do i make it so that users can add comments to pages? it doesnt seem like that option is available besides just on posts?
Look inside your single.php template file ...
You will likely find a bit of code similar to this:
<?php comments_template(); ?>
Copy and paste that code (or this example) into your page.php template file in the same general area as it appeared in the single.php template.
also, while editing your page in the admin, you want to be sure you check "allow comments" under the discussion portion below the content and the custom fields
This topic has been closed to new replies.