• Resolved Sweetphi

    (@sweetphi)


    Hi,
    I am using theme twenty eleven, my website is https://www.sweetphi.com
    I would like to know of a way to get the comments box to show at the bottom each post on the homepage rather than having to click each post individually in order for the comments box to appear. I have tried what other users have suggested on other forums but it hasn’t worked…any suggestions would be welcome
    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The comment boxes do show on your homepage.

    Thread Starter Sweetphi

    (@sweetphi)

    Thank you for the reply @peter_l

    This is what i ended up doing…I added

    <?php
    $withcomments = “1”;
    comments_template();
    ?>

    right before <?php endwhile; ?>

    in index.php
    But it didn’t show up until a day later so i thought it hadn’t worked.
    Thank you!

    I don’t get it. This is all i have in the index.php. What do i do. my site is https://www.traveltoeastafrica.com
    <?php
    /**
    * This is an empty index page.
    * If you wish to edit the contents of the home page, please refer to home.php.
    */
    ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get comment box to display at the bottom of each post’ is closed to new replies.