Add link for Donate Now in header
authorLaury GvR <laury@gaslightmedia.com>
Wed, 24 Jan 2018 15:56:16 +0000 (10:56 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 24 Jan 2018 15:56:16 +0000 (10:56 -0500)
parts/top-bar.php

index 0e272d6..7e93f11 100644 (file)
@@ -7,7 +7,7 @@
         <section class="top-bar-section">
             <?php glm_theme_top_bar(); ?>
             
-            <a id="top-bar-donate-button" href="#">Donate Now</a>
+            <a id="top-bar-donate-button" href="<?php echo get_permalink(42);?>">Donate Now</a>
         </section>
     </nav>
 </div>