@esmi
I think I was not that clear on what I really wanted to achieve. Here is a more detailed explanation.
I have added a description for each tag title that I have. A feature that was added to WP version 2.8. Please see image on link:
https://vincesamoy.com/question/test.gif
The yellow box is the “tag description” and the pink box is the image that I wanted to add. This is actually that thing that I want to achieve.
While scouring through the plugins, I found one that says it is used for “tag images”.
https://www.ads-software.com/extend/plugins/tag-images/
I managed to install the plugins but the image does not appear on the tag description section. I tried following the instructions but it never worked for me.
This is the function that I actually use. I’m not actually an expert in php so I really don’t know if I’m doing something wrong with the code or instructions.
<?php echo get_tag_image($tag); ?>
Hope this helps clearing things up and hope you can help. ??
Thanks!