Problem with comments not showing up
-
I have been trying to configure the comments section of my theme for, well almost 4-days. I have searched the codex, tutorials and experimented endlessly (at this point my eyes are oozing pus).
Presently I am calling the comments with <?php comments_template(); ?> from my single.php file. The comments.php file is using a callback to call a custom function from my functions.php file.
The funny thing is that the post a comment form shows up, but none of the comments make an appearance. So I am thinking the problem lies within the functions file or how it’s being called.
If there is anyone with some expertise in this area who could point me in the right direction I would greatly appreciate it. My test site is https://buenolisto.com
I have pasted the three relevant file here in the paste pin:
functions.php
comments.php
single.phpThanks in advance…
- The topic ‘Problem with comments not showing up’ is closed to new replies.