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:
288af4a
)
Testing new Donate Now link to a product category on frontpage
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 15 Dec 2016 14:23:55 +0000
(09:23 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 15 Dec 2016 14:23:55 +0000
(09:23 -0500)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
f8d6c89
..
bb53cfc
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-1,10
+1,10
@@
<?php if (is_front_page()) {
if (function_exists('glm_blocks_show')) {
- echo '<h3 class="text-center">
Featured Partner
</h3>';
+ echo '<h3 class="text-center">
Make A Donation
</h3>';
glm_blocks_show();
echo '<br>';
echo '<div class="block-button">
- <label><a href="'.
esc_url(get_permalink(105)).'">View All Partners
</a></label>
+ <label><a href="'.
get_term_link( 174 ,'product_cat').'">Donate Now
</a></label>
</div>';
echo '</div>';