Now you need to edit your html export template. In the place where you want the comments to appear, add the line:
include("tools/comments.php");?>
If you want to receive emails when people post comments, change it to this instead:
="your@emailaddresshere";
include("tools/comments.php");
?>
You should be ready to go.
Comments