Probs with comments_popup_link in 1.1-beta?
-
Is anyone else having problems with comments_popup_link not showing 0 comments?
If I have no comments, it doesn’t put anything at all in div.feedback. If I have 1 or more, it correctly displays the number of comments, though…That’s with the default call of <?php comments_popup_link(‘Comments (0)’, ‘Comments (1)’, ‘Comments (%)’); ?>
I’ve also tried altering the default call, like I have with earlier versions:
<?php comments_popup_link(‘No Comments (be the first!)’, ‘1 Comment (view/post)’, ‘% Comments (view/post)’); ?>
…But that doesn’t work either if there’s no comments…I just get nothing, instead of the expected “No Comments (be the first!)”
Any ideas?
Thanks,
Tony
- The topic ‘Probs with comments_popup_link in 1.1-beta?’ is closed to new replies.