• 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.

Viewing 1 replies (of 1 total)
  • 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 ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Comment Box on Main Page. . .(newbie’?’)’ is closed to new replies.