• Hi!
    I would like to display instead of the “comments (4)” links a graphic or even better just display a small tiny graphic (like a balloon) in front of the comments link. How can I do this? The problem is that the comments link is generated with every new entry, so I can’t just edit the index.php to use an <img scr=…> tag in front of the generated tag or can I?
    Thanks,
    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mhh… does that work:
    <?php comments_popup_script(‘<img src=”imagezero.gif” alt=”0 comments” />’,'<img src=”imageone.gif” alt=”1 comment” />’,'<img src=”imagemore.gif” alt=”% comments” />’) ?>

    How would you display the graphic in front of the comments link?

    Does anyone know the answer to my question?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘comments link (display an image instead)?’ is closed to new replies.