get_taxonomy_template
get_taxonomy_template ( No parameters )
See:Returns:- (string) Full path to custom taxonomy term template file.
Defined at:Change Log: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Retrieves path of custom taxonomy term template in current or parent template.The hierarchy for this template looks like:
1. taxonomy-{taxonomy_slug}-{term_slug}.php
2. taxonomy-{taxonomy_slug}.php
3. taxonomy.php
An example of this is:
1. taxonomy-location-texas.php
2. taxonomy-location.php
3. taxonomy.php
The template hierarchy and template path are filterable via the {@see '$type_template_hierarchy'}
and {@see '$type_template'} dynamic hooks, where `$type` is 'taxonomy'.