Header links update to use ID feature/headerLinksUpdate
authorLaury GvR <laury@gaslightmedia.com>
Tue, 19 Jan 2016 18:03:45 +0000 (13:03 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 19 Jan 2016 18:03:45 +0000 (13:03 -0500)
header.php

index 54d95c4..6f74c94 100644 (file)
                             <div class="small-12 large-8 columns show-for-medium-up">
                                 <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( '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>
+                                        <li><a href="<?php echo esc_url( get_permalink( '39' ) ); ?>">Volunteer/Careers</a></li>
+                                        <li><a href="<?php echo esc_url( get_permalink( '41' ) ); ?>">Donate</a></li>
+                                        <li><a href="<?php echo esc_url( get_permalink( '43' ) ); ?>">Media</a></li>
+                                        <li><a href="<?php echo esc_url( get_permalink( '45' ) ); ?>">Contact</a></li>
                                     </ul>
                                 </nav>
                             </div>