missed one
authorIan Weller <ian@gaslightmedia.com>
Thu, 1 Oct 2015 19:22:29 +0000 (15:22 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 1 Oct 2015 19:22:29 +0000 (15:22 -0400)
header.php

index 7f127d1..850cff2 100644 (file)
@@ -28,7 +28,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only.
                                 <a target="_blank" href="http://www.youtube.com/user/mountpleasantwow"><img alt="YouTube" src="<?php bloginfo('template_url'); ?>/assets/youtube-icon.png"></a>
                                 <a target="_blank" href="https://instagram.com/mtpleasantcvb"><img alt="Instagram" src="<?php bloginfo('template_url'); ?>/assets/instagram-w.png"></a>
                                 <?php $blogPage = get_page_by_title('News');?>
-                                <?php if($blogPage):?>
+                                <?php if($newsPage):?>
                                 <a href="<?php echo get_page_link($newsPage->ID);?>"><img alt="Blog" src="<?php bloginfo('template_url'); ?>/assets/blog-icon.png"></a>
                                 <?php endif;?>
                             </div>