问题
I would like show tag icons instead of tag icons. As an example, Instead of the tag text "Photoshop" I would like to show Photoshop icon. Any help would be cordially appreciated.
回答1:
You probably will need to make an icon for each tag, then use the tag name to build a path to the icon.
<img src="/icons/<?php echo $tagName; ?>.png" />
回答2:
you could do that with tag images plugin
来源:https://stackoverflow.com/questions/4524057/show-tag-icons-instead-of-tag-text-in-wordpress