Skip to content

Instantly share code, notes, and snippets.

@beovulf
Created February 2, 2016 10:21
Show Gist options
  • Save beovulf/bb322cc723c814d21ba8 to your computer and use it in GitHub Desktop.
Save beovulf/bb322cc723c814d21ba8 to your computer and use it in GitHub Desktop.
Get category name
<?php $category = get_the_category();echo $category[0]->cat_name; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment