From 9cd06ba2514392e1e63c22a879389a608698f594 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 30 Dec 2015 10:16:07 -0500 Subject: [PATCH] adjusted breadcrumbs title --- index.php | 2 +- views/product_detail.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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; ?>

-- 2.17.1