Forums

[resolved] Can't get comments on index page (3 posts)

  1. ember
    Member
    Posted 1 year ago #

    Hey there,

    I've been trying to get the comments template to show on my index template but to no avail. I've added the following lines to my index.php file:
    <?php $withcomments = 1; // force comments form and comments to show on front page comments_template(); ?>
    but I can't, for the love of God get any hint of the comments to show up.

    My url is here, which is running on WP 3.1

    Any help would really be appreciated!

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    try:

    <?php global $withcomments; $withcomments = true;
    comments_template(); ?>
  3. ember
    Member
    Posted 1 year ago #

    Works now! global $withcomments; did the trick! Thank you so much, I'm eternally grateful!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.