• Hola,

    I try to build a comments template, but somehow the comments themselves never appear…
    I’ve tried wp_list_comments along with a functions.php callback (copied from codex) producing emptiness,
    loads of pre-made comments.php from various sites, producing a working comments form, but all of them displaying “No comments yet”.

    All the requests were made within the loop.
    comments_number reports the correct number of comments, but both solution says no comments…

    What could be the problem?

    (if it helps, here’s my post.php and comments.php)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter poisonborz

    (@poisonborz)

    Ok, got this one, but I don’t understand why wordpress didn’t throw out an error message… I used a simple Include instead of using directly comments_template()

    It is VERY CONFUSING and not mentioned (at least not mentioned enough) that one must call comments_template() before using wp_list_comments().

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wordpress says ‘No comments’, even if there are…’ is closed to new replies.