Hi, I want to have icons next to each internal link that shows what category of post that link is going to take you to.
To do this I want to add a class to the link code, so instead of
<a href="xxx">xxx</a>, I get
<a class="categoryname">xxx</a>.
Where categoryname is dynamically worked out for each internal link.
Possible? I've searched the internet and plugins for 30 minutes and not found anything to do this 'out of the box'. However, it seems like
a pretty easy hack to me.
Thanks!