Hi there,
I have seen some site where, if no comment has been left instead of saying 'comments (0)' it says 'be the 1st to leave a comment' and for 1 comment it actually says '1 comment' and for 2 it says '2 comments'.
Can someone tell me how to do this please?
Thanks a lot
Karl
I just altered my template and did this:
<div class="feedback">
<?php link_pages('
Pages: ', '
', 'number'); ?>
<?php comments_popup_link('be the 1st to leave a comment' , '(1) Comments ', '(%) Comments '); ?>
</div>
It seems to work okay ..
It keeps the bracket at the moment though
Thanks for that Podz
The trouble with me is I always think somethings gonna be harder than it actually is :)
This is what I used based on your code:
<pre>
<?php comments_popup_link('Want to reply?', '1 Comment', '% Comments'); ?>
</pre>
Thanks again
Karl
OOoohh... I might borrow that :)
Glad I could help.