Forums

comments not appearing, but code is there (2 posts)

  1. aimeedanger
    Member
    Posted 2 years ago #

    go to http://www.thehotboxgallery.com

    At the bottom of the post, you'll see it says 'no comments' although there are comments, they are turned on, they are approved. Also, I'm not sure how people were able to leave them because I'm not able to click anywhere to leave a comment.
    I have:

    <?php if (function_exists('wp_list_comments')):?>
    <!-- WP 2.7 and above-->
    <?php comments_template('', true);?>
    <?php else :?>
    <!-- WP 2.6 and below -->
    <?php comments_template(); ?>
    <?php endif; ?>

    on page.php, on index.php (in my theme's folder), and now in single.php.
    What is going on?

  2. aimeedanger
    Member
    Posted 2 years ago #

    Also, I tried taking out the If stagement and replacing it with simply <?php comments_template(); ?>
    That didn't work.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.