From: Anthony Talarico Date: Tue, 22 Dec 2015 18:58:28 +0000 (-0500) Subject: added category id links to breadcrumbs X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a4d8349026ef1ebdbce439fdaa25b48ff6229845;p=WP-Plugins%2Fmichsci-products.git added category id links to breadcrumbs --- diff --git a/views/product_detail.php b/views/product_detail.php index 7d8f2af..6091c69 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -2,12 +2,12 @@ $args = array( 'orderby' => 'parent', 'hierarchical'=> true, - ); $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); ?> " . $relative->name . "" . " > "; + + echo '' . $relative->name . "" . " > "; } ?> post_title; ?>

post_title; ?>