Tagged Questions
0
votes
1answer
276 views
display tag slug as class per link in tag cloud
I would like to filter wp_generate_tag_cloud so each of the tag links include the slug as a class. More specifically, I would like to output "tag-" + the tag slug.
Currently what is assigned as the ...