Make the right frontpage block link to donations
authorLaury GvR <laury@gaslightmedia.com>
Thu, 15 Dec 2016 14:34:27 +0000 (09:34 -0500)
committerLaury 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

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