Created
December 11, 2016 12:09
-
-
Save amanhstu/66d985bfb8cff39ce27ef1d6daecdf84 to your computer and use it in GitHub Desktop.
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 foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment