adjusted tag text for breadcrumbs
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:58:49 +0000 (11:58 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:58:49 +0000 (11:58 -0500)
views/product_detail.php

index 10f54d1..a7a63de 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 '<a href="'. get_permalink(510) .  '">' . Product . '</a>'." > "; ?>
+ <?php echo '<a href="'. get_permalink(510) .  '">' . Products . '</a>'." > "; ?>
 <?php foreach($relatives as $relative){
     echo '<a href="'.  '?michsci_category=' . $relative->term_id . '" >' . $relative->name . "</a>" . " > ";
 } ?>