So I was looking at pulling the associated taxonomy terms for a wordpress project I am working on and needed something like the_tags() for the custom taxonomies I created. The closest thing to documentation on what I was looking for was the_tags() function Then I dug into the category-template.php source codewhere the_tags() lived. I found [...]
