From 67bd75a208aebfd9f2261b017f6059c91115d216 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 19 Jan 2016 16:46:25 -0500 Subject: [PATCH] added additional sub cat drop down space --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 5d68dfc..63bb1eb 100644 --- a/index.php +++ b/index.php @@ -511,7 +511,7 @@ function michsci_get_terms_dropdown($cat_id) } $output .= '>' . $parent->name . ''; foreach($child_terms as $child){ - $grandchildren = get_terms($taxonomyName, array( 'child_of' => $child->term_id, 'orderby' => 'name', 'hide_empty' => false)); + $grandchildren = get_terms($taxonomyName, array('parent'=> $child->term_id, 'child_of' => $child->term_id, 'orderby' => 'name', 'hide_empty' => false)); $output .= '