In The craft
Upgrading Wordpress 1.2 Template to Wordpress 1.3
There is a slight change in the template from 1.2 to 1.3.
Change this line of code:
<!--?php include(ABSPATH . 'wp-comments.php'); ?-->
With this one:
<!--?php comments_template(); // Get wp-comments.php template ?-->
This solves the problem of the comment area being repeated with each post on page load.