still working on blog icon
authorIan Weller <ian@gaslightmedia.com>
Thu, 1 Oct 2015 19:25:22 +0000 (15:25 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 1 Oct 2015 19:27:50 +0000 (15:27 -0400)
header.php

index 850cff2..0991c68 100644 (file)
@@ -27,7 +27,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only.
                                 <a target="_blank" href="https://twitter.com/MtPleasantCVB"><img alt="Twitter" src="<?php bloginfo('template_url'); ?>/assets/twitter-icon.png"></a>
                                 <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 $newsPage = get_page_by_title('News');?>
                                 <?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;?>