• I am trying to let comments show up after posts if the posts are any where including the front page but they are not. please see what I am talking about here and make a suggestion if you can. TIA as always

    [signature moderated Please read the Forum Rules]

Viewing 1 replies (of 1 total)
  • you will need to take the comment code from your theme’s single.php
    typically
    <?php comments_template(); ?>
    and add it somewhere after
    <?php the_content('<p>Read the rest of this entry &raquo;</p>'); ?>
    in your theme’s
    index.php, page.php, archives.php, etc.

Viewing 1 replies (of 1 total)
  • The topic ‘comments need to showup after posts no matter where the post is’ is closed to new replies.