Skip to content

Instantly share code, notes, and snippets.

@rodica-andronache
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save rodica-andronache/8e44d1dccadea02a978e to your computer and use it in GitHub Desktop.

Select an option

Save rodica-andronache/8e44d1dccadea02a978e to your computer and use it in GitHub Desktop.
Get category id on category.php
$category_id = get_cat_id( single_cat_title("",false) );
sau:
$category = get_the_category();
$category_id = $category[0]->cat_ID;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment