Blog link.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 1 Dec 2014 19:38:17 +0000 (14:38 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 1 Dec 2014 19:38:17 +0000 (14:38 -0500)
header.php
page-343.php
page.php

index 79ca474..484c6cf 100644 (file)
@@ -28,7 +28,7 @@
         <div id="social" class="small-12 large-push-10 large-2 columns">
             <div id="icons" class="right">
             <a id="face" href="https://www.facebook.com/pages/Preston-Feather-Building-Centers/113480978684138?sk=photos"><img src="<?php echo get_template_directory_uri(); ?>/assets/facebook_icon.png"></a>
-            <a id="blog" href=" http://prestonfeather.wordpress.com"><img src="<?php echo get_template_directory_uri(); ?>/assets/blog_logo.png"></a>
+            <a id="blog" href="<?php bloginfo('url'); ?>/blog"><img src="<?php echo get_template_directory_uri(); ?>/assets/blog_logo.png"></a>
             <a id="icon" href="http://www.pinterest.com/prestonfeather/" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/assets/pinterest.png"></a>
             </div>
         </div>
index 4c7be17..63ee37f 100644 (file)
@@ -9,7 +9,7 @@
                             echo ' style="background: url('.$image_data[0].'); min-height: '.$image_data[2].'px;max-height: 400px; "';
                     }
                     else {
-                            echo ' style="display:none;"';
+                            echo ' style="background: url('.get_template_directory_uri().'/assets/header_img.jpg)"';
                     }
                 ?>
                 >
index ee392bf..c900978 100644 (file)
--- a/page.php
+++ b/page.php
@@ -9,7 +9,7 @@
                             echo ' style="background: url('.$image_data[0].'); min-height: '.$image_data[2].'px;max-height: 400px; "';
                     }
                     else {
-                            echo ' style="display:none;"';
+                            echo ' style="background: url('.get_template_directory_uri().'/assets/header_img.jpg)"';
                     }
                 ?>
                 >