From: Anthony Talarico Date: Wed, 13 Jan 2016 19:02:23 +0000 (-0500) Subject: testing features tag box in shortcode X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=812888bb4f424b6340bbe02ceb6d81bd85d77cb9;p=WP-Plugins%2Fmichsci-products.git testing features tag box in shortcode --- 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; }?>