Forums
(@brian-p-anderson)
14 years, 2 months ago
I figured out what the problem was, the following was missing from my wp-content/themes/<themename>/single.php file:
<?php comments_template(); ?>
That seemed to fix everything. Not sure why it was working, then disappeared.
Brian