Skip to content

Instantly share code, notes, and snippets.

@sxidsvit
Last active January 1, 2016 18:04
Show Gist options
  • Save sxidsvit/fe8fd9c8504b816f323e to your computer and use it in GitHub Desktop.
Save sxidsvit/fe8fd9c8504b816f323e 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