projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fb676d
)
adjusted tag text for breadcrumbs
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:58:49 +0000
(11:58 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:58:49 +0000
(11:58 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
10f54d1
..
a7a63de
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-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) . '">' . Product
s
. '</a>'." > "; ?>
<?php foreach($relatives as $relative){
echo '<a href="'. '?michsci_category=' . $relative->term_id . '" >' . $relative->name . "</a>" . " > ";
} ?>