• Okay, I do have the following in my index.php file:

    <?php the_content(‘Read more…’); ?>
    <p><?php the_tags(‘Tags: ‘, ‘, ‘, ‘
    ‘); ?> </p>
    <?php comments_template(); ?>
    ….

    However, the comment box still does not show up in my index.php. Any suggestions?

  • The topic ‘comment box to show up on index.php’ is closed to new replies.