From 3fbca52d8620fe10d7ae970c66d313005f1985f7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 13 Jan 2016 09:07:53 -0500 Subject: [PATCH] testing list view sub cats --- views/list_products.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/views/list_products.php b/views/list_products.php index 8e3e3c8..76485e2 100644 --- a/views/list_products.php +++ b/views/list_products.php @@ -4,7 +4,7 @@ $cat_id = $_REQUEST[MICHSCI_CATEGORY_NAME]; echo category_description($cat_id); $cat_children = get_term_children($cat_id, MICHSCI_CATEGORY_NAME); -?> + ?> + + + ID,'michsci_tag'); ?> +
+ + +
+ name; ?> +
+
+ + ID,'michsci_tag'); ?> @@ -70,6 +88,7 @@ + -- 2.17.1