<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>
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)"';
}
?>
>
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)"';
}
?>
>