Skip to content

Instantly share code, notes, and snippets.

@alimoshen
Last active March 12, 2018 14:25
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 alimoshen/8c54099cffd07ee5517bcb1ba9be8bd4 to your computer and use it in GitHub Desktop.
Save alimoshen/8c54099cffd07ee5517bcb1ba9be8bd4 to your computer and use it in GitHub Desktop.
Get Taxonomy Terms Data
<?php $categories = get_the_category();
echo $categories[0]->name; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment