Skip to content

Instantly share code, notes, and snippets.

@beovulf
Created January 25, 2016 10:10
Show Gist options
  • Save beovulf/b7d214452fd986e026d2 to your computer and use it in GitHub Desktop.
Save beovulf/b7d214452fd986e026d2 to your computer and use it in GitHub Desktop.
Get category description from single post
<?php
$category = get_the_category();
echo $category[0]->category_description;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment