Happy Holiday All!
Sorry with the newbie question. I've search the forum but I'm not sure which keyword to use.
I upgraded to the lastest nightly build then my main page has comment boxes for every posts. Is this in the codings or I can change this in Admin's options?
Thanks in advance.
Using the editor you normally use, find this line in index.php
<?php include(ABSPATH . 'wp-comments.php'); ?>
That line has to go. If it doesn't, your comments form will show under every post, so, delete that line, and replace it with this
<?php comments_template(); // Get wp-comments.php template ?>