added link to products breadcrumbs
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:57:54 +0000 (11:57 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:57:54 +0000 (11:57 -0500)
views/list_categories.php
views/product_detail.php

index 2b57648..985b710 100644 (file)
@@ -54,4 +54,4 @@
     endif; ?>
 
 </div>
-<?php } ?>
\ No newline at end of file
+<?php } 
\ No newline at end of file
index fdfdb3f..10f54d1 100644 (file)
@@ -7,7 +7,7 @@ $args = array(
 $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
 ?>
 <div class="small-12 medium-6" id="productBreadcrumbs">
-<?php echo '<span id="breadcrumbs_title"> Product: </span>' . " "; ?>
+ <?php echo '<a href="'. get_permalink(510) .  '">' . Product . '</a>'." > "; ?>
 <?php foreach($relatives as $relative){
     echo '<a href="'.  '?michsci_category=' . $relative->term_id . '" >' . $relative->name . "</a>" . " > ";
 } ?>