From: Anthony Talarico Date: Wed, 30 Dec 2015 15:16:07 +0000 (-0500) Subject: adjusted breadcrumbs title X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9cd06ba2514392e1e63c22a879389a608698f594;p=WP-Plugins%2Fmichsci-products.git adjusted breadcrumbs title --- diff --git a/index.php b/index.php index 0364e2c..0b23f6f 100644 --- a/index.php +++ b/index.php @@ -439,7 +439,7 @@ function michsci_shortcode($atts) ob_start(); echo '
-
'; + Search Products
'; echo michsci_get_terms_dropdown(); echo '
'; echo '
'; diff --git a/views/product_detail.php b/views/product_detail.php index aebe698..fd3869a 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -1,3 +1,4 @@ + 'parent', @@ -5,14 +6,13 @@ $args = array( ); $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); ?> - Product ' . " "; ?> +
+ Product: ' . " "; ?> term_id . '" >' . $relative->name . "" . " > "; } ?> - -post_title . "
"; ?> - + post_title . "
"; ?> +

post_title; ?>