Last active
March 12, 2018 14:25
-
-
Save alimoshen/8c54099cffd07ee5517bcb1ba9be8bd4 to your computer and use it in GitHub Desktop.
Get Taxonomy Terms Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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