I'm coding a custom template. When I put
<?php comments_popup_link('0 comments - add one?', '1 comment - add one?', '% comments - add one?'); ?>
I get the "comments off" message, even though comments are enabled on the post. And I get no output from
<?php comments_template(); ?>
What am I doing wrong?
Are you using any type of comment plugin? If so, disable it and see if that makes a difference.
I was using the "Subscribe To Comments" plugin and disabled it, then cleared my browser's cache (just in case), but it made no difference. I don't even have Akismet enabled yet. Thanks anyway. (:
@jsepia please do post when you have the resolve. thanks