Skip to content

Instantly share code, notes, and snippets.

@ataylorme
Created November 17, 2012 22:48
Show Gist options
  • Save ataylorme/4100964 to your computer and use it in GitHub Desktop.
Save ataylorme/4100964 to your computer and use it in GitHub Desktop.
Get taxonomy of current archive page
<?php $currentTax = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment