Testing new Donate Now link to a product category on frontpage
authorLaury GvR <laury@gaslightmedia.com>
Thu, 15 Dec 2016 14:23:55 +0000 (09:23 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 15 Dec 2016 14:23:55 +0000 (09:23 -0500)
parts/glm-blocks.php

index f8d6c89..bb53cfc 100644 (file)
@@ -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>';