updating the post id for the our mission page
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 7 Aug 2018 19:26:32 +0000 (15:26 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 7 Aug 2018 19:26:32 +0000 (15:26 -0400)
front page our mission page needed a different post id

parts/map-front.php

index 172e0b5..99fc74f 100644 (file)
@@ -5,7 +5,7 @@
     <div class="small-12 medium-6 large-7 columns">
         <?php 
             global $post; 
-            $mission_page = get_post(36); 
+            $mission_page = get_post(60); 
             $mission_page_content = $mission_page->post_content;  
             $mission_page_title   = $mission_page->post_title;
         ?>