Thread Starter
Olivier
(@fojproject)
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)