comments_number not working
-
Hi,
I have two instances where the comments_number function is only displaying the first parameter. I don’t think it is finding the comments even though I can look in phpMyAdmin and see the comments.
In index.php
<?php comments_number('0', '1', '%');?>
displays ‘0’ and in comments.php
<?php comments_number('No Responses', 'One Response', '% Responses');?>
displays ‘No Responses’.
I can’t find the problem googleing for it. Any idea why it might not be getting the comments number from the database or defaulting to the first parameter?
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘comments_number not working’ is closed to new replies.