projects
/
WP-Themes
/
gilmoremuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
403c7ab
)
Make the right frontpage block link to donations
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 15 Dec 2016 14:34:27 +0000
(09:34 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 15 Dec 2016 14:34:27 +0000
(09:34 -0500)
The right-most frontpage block now links to the WooCommerce
category for donations.
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
bb53cfc
..
b03d1e0
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-4,7
+4,7
@@
glm_blocks_show();
echo '<br>';
echo '<div class="block-button">
- <label><a href="'.get_term_link(
174
,'product_cat').'">Donate Now</a></label>
+ <label><a href="'.get_term_link(
236
,'product_cat').'">Donate Now</a></label>
</div>';
echo '</div>';