• how display sub categories in new 3.1 alpha build, the classic way is no longer working

    if (is_category()) {
    $this_category = get_category($cat);
    if (get_category_children($this_category->cat_ID) != “”) {

  • The topic ‘display sub cat’ is closed to new replies.