Skip to content

Instantly share code, notes, and snippets.

@mattradford
Created August 26, 2015 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattradford/a0e88a4b4a5232674dfa to your computer and use it in GitHub Desktop.
Save mattradford/a0e88a4b4a5232674dfa to your computer and use it in GitHub Desktop.
Return taxonomy title. For lib/titles.php
} elseif (is_tax('flooring-type')) {
$queried_object = get_queried_object();
return $queried_object->name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment