In the main page template, I have wrapped the comments_template() function in this way:
<!– COMMENTS DOWN HERE –>
<?php comments_template(); ?>
<!– COMMENTS UP HERE –>
And on the output, in the page source, it shows:
<!– COMMENTS DOWN HERE –>
<!– COMMENTS UP HERE –>
So apparently the comments_template() function returns nothing…
oh gosh…