Skip to content

Instantly share code, notes, and snippets.

@spencejs
Created March 23, 2013 04:02
Show Gist options
  • Save spencejs/5226393 to your computer and use it in GitHub Desktop.
Save spencejs/5226393 to your computer and use it in GitHub Desktop.
Echo Queried Term Name
<?php //Echo Queried Term Name
$term = $wp_query->queried_object;
$termname = $term->name; ?>
<h3><?php echo $termname; ?></h3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment