As the title states all I’m trying to do is get the descriptions for all tags inside the loop on my INDEX.php page to show up.
I know you can use code to call specific tag descriptions but I want to avoid that if possible since I’ll have hundreds of tags all of which I want to show descriptions for.
Is there a way to modify the get_tags
tag in the loop to display descriptions following each tag?
Modified from the
get_tags()
Codex Example