• I am using one of the free templates for a site and the one thing that is missing is that on a single post page it doesn’t show any users comments.

    I’ve triple checked that comments have been approved – they just don’t show up.

    I’m guessing I’m missing some code in that page.

    What code should go in the page to show any users comments?

    Thanks a million for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would think you would just need to add
    <?php comments_template(); ?>
    into the single.php page and within the loop. Not sure because I don’t know what your theme code looks like?

    Thread Starter marglar

    (@marglar)

    Ok, I found what the problem was – but I still don’t understand completely.

    Comments were set so that you had to be registered to leave them. So, only registered people could see them too.

    Is there a way to set things so that you must be registered to write comments but anyone can see them?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show comments on single post page’ is closed to new replies.