How to create a theme template for the taxonomy “root”
Here’s an alternative based on a single taxonomy.php file. In summary, call a function at the beginning of taxonomy.php. The function evaluates the taxonomy url and identifies which custom taxonomy (if any) applies. It then gets ALL the terms for that taxonomy (not just the one in the url), and then gets ALL the posts … Read more