Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mrkkr/038dec72e6a20fbd311b29d57b66a4ef to your computer and use it in GitHub Desktop.
Save mrkkr/038dec72e6a20fbd311b29d57b66a4ef to your computer and use it in GitHub Desktop.
Display Wordpress post category in one line without loop #php
<?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