• Hi

    So, I’m trying to show my comments in a template. However, despite the number of comments being displayed, and the form to submit a comment also on disply, the place where my comments should be listed only says “NO COMMENTS YET.” So, if it shows that there are 5 comments, why is it not displaying them. Any thoughts?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Without a link to the site at issue {cough}, it’s hard to say, but you need to make sure that this code is in your comments.php template:

    <?php comments_number(__('No Comments'), __('1 Comment'), __('% Comments')); ?>

    Only customize what’s betweek the single quotes above (e.g., No Comments, 1 Comment and % Comments). That’s all you should change. Sounds to me like maybe the phrase NO COMMENTS YET is hard coded into your template.

    if it says there are comments and they are showing up my guess is you are missing a bit of code. try looking at a default theme and make sure they are coming up. If they they don’t show there you could be having a mysql error and need to backup and export immediately.

    Thread Starter mrfusion

    (@mrfusion)

    It appears to be something to do with PHPFlickr that I’m using within the site.

    Hmmm.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments’ is closed to new replies.