Changed news page title to blog, changed respective links in page.php and sidebar...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 5 Nov 2015 15:46:59 +0000 (10:46 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 5 Nov 2015 15:46:59 +0000 (10:46 -0500)
page.php
sidebar.php

index 1f83943..5bf77a6 100644 (file)
--- a/page.php
+++ b/page.php
@@ -39,7 +39,7 @@
                 <?php endif;?>
             </div>
             <div class="small-3 columns">
-                <?php $blog = get_page_by_title('News');?>
+                <?php $blog = get_page_by_title('Blog');?>
                 <?php if($blog):?>
                 <a class="action-block" href="<?php echo get_page_link($blog->ID);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/action-item-blog.jpg"></a>
                 <?php endif;?>
index 4ea9e5a..1227524 100644 (file)
@@ -6,7 +6,7 @@
         <?php endif;?>
     </div>
     <div class="small-3 large-12 columns">
-                <?php $blog = get_page_by_title('News');?>
+                <?php $blog = get_page_by_title('Blog');?>
                 <?php if($blog):?>
                 <a class="action-block" href="<?php echo get_page_link($blog->ID);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/action-item-blog.jpg"></a>
                 <?php endif;?>