comments_number() not seeing multiple comments
-
My comments.php file has the following code
But for some reason even though the page I’m viewing has 3 comments listed underneath, it keeps returning the single comment value “One Response”.
I even tried taking out the attributes and using the defaults, and still same problem… Any suggestions?
<?php comments_number(‘No Responses’, ‘One Response’, ‘% Responses’ );?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘comments_number() not seeing multiple comments’ is closed to new replies.