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) != "") {
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) != "") {
This topic has been closed to new replies.