From 812888bb4f424b6340bbe02ceb6d81bd85d77cb9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 13 Jan 2016 14:02:23 -0500 Subject: [PATCH] testing features tag box in shortcode --- views/list_categories.php | 2 +- views/list_products.php | 1 + views/product_detail.php | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/views/list_categories.php b/views/list_categories.php index 05a58ca..45103cb 100644 --- a/views/list_categories.php +++ b/views/list_categories.php @@ -1,6 +1,6 @@
- + diff --git a/views/list_products.php b/views/list_products.php index 9536dab..9e41f76 100644 --- a/views/list_products.php +++ b/views/list_products.php @@ -5,6 +5,7 @@ echo category_description($cat_id); $cat_children = get_term_children($cat_id, MICHSCI_CATEGORY_NAME); ?> + diff --git a/views/product_detail.php b/views/product_detail.php index 1a7642c..3c3cecd 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -29,7 +29,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
-

Related Files

+

Related Files

ID); foreach($key_value as $key=>$value){ @@ -37,9 +37,9 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); print $shortcode_output; }?>