From ba335a775b7e6139b1554d05574b535042bb7fc1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 12 Jan 2016 14:10:39 -0500 Subject: [PATCH] testing dropdown --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index d9b29f9..c69d125 100644 --- a/index.php +++ b/index.php @@ -484,6 +484,7 @@ function michsci_get_terms_dropdown($cat_id) if($cat_id){ $cats_child = get_term_children($cat_id, $taxonomyName); foreach($cats_child as $cat){ + echo $cat; $output =""; // get parent categories -- 2.17.1