Hi,
I have comments “allowed” comments on this theme for pages but on the page there is not an option to leave comments on a post or page.
What can i do to enable this feature so people can leave comments on select pages?
Thanks!
Hi,
I have comments “allowed” comments on this theme for pages but on the page there is not an option to leave comments on a post or page.
What can i do to enable this feature so people can leave comments on select pages?
Thanks!
Hey,
This template wasn't designed to display comments on pages (you should use posts for comments as a rule) however you can add the comments template by opening up page.php and adding this code:
<div class='entry commententry'>
<?php comments_template(); ?>
</div>
immediately after this code:
the_content(); ?>
</div> <!--end entry-->
Cheers,
James
thanks!!
You must log in to post.