Skip to content

Instantly share code, notes, and snippets.

Created May 24, 2012 10:15
Show Gist options
  • Save anonymous/2780669 to your computer and use it in GitHub Desktop.
Save anonymous/2780669 to your computer and use it in GitHub Desktop.
<?php if ( count( get_the_category() ) ) :
$category = get_the_category();
echo $category[0]->cat_name;
endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment