I designed the page originally as latest_post.html
Then saved it as latest_post.php
with this code in the top of the file
<?php /* Template Name: Latest Post
*/ ?>
Uploaded the file, then in the dashboard I added the page
and selected Latest Post as the default template.
Can you simplify the steps for me of what I need to do?
You said first I add <?php comments_template(); ?> to page.php?
Where exactly in the code does it go?
I'm not quite sure what you mean by: 2) If you are using a custom page template (you need to select this when you are editing the page..), you need to add comment support code in your page template as mentioned above. In your case, that page seems to be latest_post.php
Very appreciative of your help.