get_taxonomy_template


get_taxonomy_template ( No parameters )

See:
Returns:
  • (string) Full path to custom taxonomy term template file.
Defined at:
Change Log:
  • 4: .

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'.

Related Functions

get_tag_template, get_taxonomy_labels, get_home_template, get_category_template, get_author_template

Top Google Results

User discussions

wpseek mobile