1. I have created animated GIF files named 0.gif, 1.gif ,2.gif etc. up to 20.gif
2. One more GIF file called Comments.gif.
I would like to replace the standard PHP statement:
<?php comments_popup_link( 'No comments yet', '1 comment', '% comments so far', 'comments-link', 'Comments are off for this post'); ?>
With another statement as follows:
When there are no comments, there should a combination of 0.gif+ Comments.gif and there should be a link to the standard comments option ($imglink)
When there is one comment, there should a combination of 1.gif+ Comments.gif and there should be a link to the standard comments option ($imglink)
… and so on for the rest of the comments.
Can anyone help me with the PHP statement?