Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arcticmonkey07/591cf67ac65dcf34e8cae08a55973c49 to your computer and use it in GitHub Desktop.
Save arcticmonkey07/591cf67ac65dcf34e8cae08a55973c49 to your computer and use it in GitHub Desktop.
<?php
$idObj = get_category_by_slug('s_section');
$id = $idObj->term_id;
echo get_cat_name($id);
?>
<?php
$idObj = get_category_by_slug('s_section');
$id = $idObj->term_id;
echo category_description($id);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment