Donation link goes somewhere sensible
authorLaury GvR <laury@gaslightmedia.com>
Wed, 1 Apr 2015 21:06:25 +0000 (17:06 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 1 Apr 2015 21:06:25 +0000 (17:06 -0400)
header.php

index bc2ffd2..fe8d004 100644 (file)
@@ -22,7 +22,7 @@
                                 <nav class="sec-nav">
                                     <ul>
                                         <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Volunteer / Careers' ) ) ); ?>">Volunteer/Careers</a></li>
-                                        <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Donate' ) ) ); ?>">Donate</a></li>
+                                        <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Monetary Donations' ) ) ); ?>">Donate</a></li>
                                         <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Media' ) ) ); ?>">Media</a></li>
                                         <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Contact' ) ) ); ?>">Contact</a></li>
                                     </ul>