Skip to content

Instantly share code, notes, and snippets.

@senooat
Last active November 18, 2016 00:52
Show Gist options
  • Save senooat/b825b2af5a34a7262671c9007819c67b to your computer and use it in GitHub Desktop.
Save senooat/b825b2af5a34a7262671c9007819c67b to your computer and use it in GitHub Desktop.
$category = get_the_category();
$cat_id = $category[0]->cat_ID;
$cat_name = $category[0]->cat_name;
$cat_slug = $category[0]->category_nicename;
$category_link = get_category_link( $cat_id );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment