Skip to content

Instantly share code, notes, and snippets.

@merli129
Forked from agragregra/WordPress Get Category name By label
Last active February 16, 2017 19:23
Show Gist options
  • Select an option

  • Save merli129/28b8a86fe6ac52c6a4cdc800f9c18e0d to your computer and use it in GitHub Desktop.

Select an option

Save merli129/28b8a86fe6ac52c6a4cdc800f9c18e0d to your computer and use it in GitHub Desktop.
<?php
$idObj = get_category_by_slug('s_about');
$id = $idObj->term_id;
echo get_cat_name($id);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment