Skip to content

Instantly share code, notes, and snippets.

@KarasAlina
Created July 26, 2016 09:46
Show Gist options
  • Save KarasAlina/85b4c80a15584a38254177f2bc0a415c to your computer and use it in GitHub Desktop.
Save KarasAlina/85b4c80a15584a38254177f2bc0a415c to your computer and use it in GitHub Desktop.
<?php
if (is_single()) {
$cat = get_the_category();
$cat = $cat[0]->cat_ID;
$currentCat = '&current_category='.$cat;
}
wp_list_categories('orderby=id&exclude=1&hide_empty=0&orderby=name&show_count=0&title_li='.$currentCat);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment