this line:
<?php include(ABSPATH . ‘wp-comments.php’); ?>
if i remove it, the form is removed from my main page, but than comments don’t work at all. (if i click on comments, the comments page does not show the comments or form)
if i don’t remove it, well the form for comments is on my main page which i don’t want.
so how to enable comments, without having the form on my main page??