Update id for blog
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 23 Feb 2016 13:36:08 +0000 (08:36 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 23 Feb 2016 13:36:08 +0000 (08:36 -0500)
page for blog is 64 not the same as enews signup

header.php

index a6ead36..b0c40df 100644 (file)
@@ -15,7 +15,7 @@
       <div class="off-canvas-wrap" data-offcanvas>
         <div class="inner-wrap">
             <div id="page-wrapper">
-                
+
                     <header class="main">
                         <div class="row collapse show-for-large-up">
                             <div class="small-12 medium-6 columns">
@@ -33,7 +33,7 @@
                                             <?php if($donationsPage):?>
                                             <li><a href="<?php bloginfo('url');?>/product-category/<?php echo $donationsPage->slug;?>">Donate</a></li>
                                             <?php endif;?>
-                                            <?php $blog = get_post(203);?>
+                                            <?php $blog = get_post(64);?>
                                             <?php if($blog):?>
                                             <li><a href="<?php echo get_page_link($blog->ID);?>">Blog</a></li>
                                             <?php endif;?>
@@ -63,7 +63,7 @@
                                             <!--<li><a target="_blank" href="#"><img src="<//?php echo get_template_directory_uri(); ?>/assets/share-icon.png"></a></li>-->
                                         </ul>
                                     </div>
-                                </div>    
+                                </div>
                             </div>
                         </div>
                         <div class="row show-for-medium-down">
                                            <!--<li><a target="_blank" href="#"><img src="<//?php echo get_template_directory_uri(); ?>/assets/share-icon.png"></a></li> -->
                                         </ul>
                                     </div>
-                                </div>    
+                                </div>
                             </div>
                         </div>
                     </header>
-                
+
                     <?php get_template_part('parts/top-bar');?>
-                    
-                
+
+
                 <?php get_template_part('parts/off-canvas-menu');?>
-                    
-                    
+
+