Skip to content

Instantly share code, notes, and snippets.

@TheHeat
Created February 11, 2014 15:21
Show Gist options
  • Save TheHeat/8936880 to your computer and use it in GitHub Desktop.
Save TheHeat/8936880 to your computer and use it in GitHub Desktop.
WP taxonomy term archive title
if (is_tax() ) :
$single_tax_term = get_queried_object();
echo $single_tax_term->name;
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment