Skip to content

Instantly share code, notes, and snippets.

@theodorocaliari
Created November 11, 2013 17:00
Show Gist options
  • Save theodorocaliari/7416515 to your computer and use it in GitHub Desktop.
Save theodorocaliari/7416515 to your computer and use it in GitHub Desktop.
<?php
$the_tax = get_taxonomy( get_query_var( 'taxonomy' ) );
echo $the_tax->labels->name;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment