Forked from agragregra/WordPress Get Category name By label
Created
November 11, 2017 14:31
-
-
Save zhukovec/e2dfe268665bd6fcadf80b2db3621d7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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