Problem with WordPress Comment

ok, here is how we solved it together 😉

We checked the following:

  • the comments are visible in the backend.

  • the comment status is approved for all the comments.

  • we need to use comments_template() in the template file single.php.

  • remove the extra form (the input fields), since comment_form() is used.

It’s informative to view the the TwentyTwelve theme files single.php and comments.php to compare.