How Do I Find the Taxonomy URL in WordPress?

Finding the taxonomy url in WordPress can be a bit of a challenge. The taxonomy url is located in the WordPress installation directory, usually at wp-content/themes/yourtheme/functions.php. To find the function that handles taxonomy entries, look for the function that begins with get_the_term_list().

This function will return an array of term IDs. The taxonomy URL for a given term will be found in the second element of this array, which is the term’s slug.