Created
March 1, 2018 14:24
-
-
Save mrkkr/038dec72e6a20fbd311b29d57b66a4ef to your computer and use it in GitHub Desktop.
Display Wordpress post category in one line without loop #php
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 echo get_the_category( $post->ID )[0]->name; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment