Title: Olivier's Replies | WordPress.org

---

# Olivier

  [  ](https://wordpress.org/support/users/fojproject/)

 *   [Profile](https://wordpress.org/support/users/fojproject/)
 *   [Topics Started](https://wordpress.org/support/users/fojproject/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fojproject/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fojproject/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fojproject/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fojproject/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fojproject/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments link doesn't work, cannot read or add comments online.](https://wordpress.org/support/topic/comments-link-doesnt-work-cannot-read-or-add-comments-online/)
 *  Thread Starter [Olivier](https://wordpress.org/support/users/fojproject/)
 * (@fojproject)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/comments-link-doesnt-work-cannot-read-or-add-comments-online/#post-3157991)
 * Hi Abhishek,
 * Thank you for the prompt reply! Your comment did help me to solve this annoying
   issue.
    There was in fact a PHP error, but not where I though. My Single Post
   file (single.php) includes 2 other PHP files: 1. single-blog.php 2. single-special.
   php
 * So I opened both files and added the missing reference to the “comments_template”
   at the end of the loop, just before the footer:
    ‘<?php endif; comments_template();?
   >’
 * It works just fine now.
 * I am sure it will be helpful to others to know that there is no such thing as
   a WordPress bug for this issue. It’s just that some themes do not include the
   comments template in their PHP files. It’s a bit silly as you can waste a lost
   of time, just as I did…
 * Thanks again, you made my day! ;o)

Viewing 1 replies (of 1 total)