Apologies in advance for the n00b question.
I am trying to add a Comments field to a site using the Foundation 4 site profile. I followed the instructions for the Comments Module, created & configured the comments field, and created a new template (comments-page.php).
However, those instructions were written for the default PW site profile, and the template structure in the Foundation 4 profile is quite a bit different. How would I go about adding my comments field below the main bodycopy of my comments-page template? Simply adding
<?php echo $page->comments->renderForm();
to the comments-page.php template results in the comments entry form appearing at the top of the page.