• Im working on my fathers website for him, but he didn’t do anything to it over the last few days and now the comments from the website are completely gone.

    I turned off and deleted all plug-ins. I also tried switching themes and it does seem to be theme-related. Because the when i switch to the twenty ten theme the comments section is back.

    I comments were working before. Also, for some reason this function does not return anything. wp_list_categories();

    <div class="comments">
    <ol class="commentlist">
    <?php wp_list_comments(); ?>
    LOREM IPSUM
    </ol>
    </div>
Viewing 1 replies (of 1 total)
  • Thread Starter ch4sethe5un

    (@ch4sethe5un)

    <?php comments_template( ”, true ); ?>

    this displayed the comments, but doesn’t let me control the gravatar image from the backend settings. So i feel that something else is still overriding something.

Viewing 1 replies (of 1 total)
  • The topic ‘wp_list_comments() wont display comments’ is closed to new replies.