Adding comments to pages in WordPress
To add comments to other pages in WordPress you need to add the line:
<?php comments_template(); ?>
To your Page Template file. Easiest is to goto the admin section->Presentation->Theme Editor and then select Page Template from the right hand side. Add the line just after the “Edit this entry line” and just before the </div> section.