changing the default interior image
echo ' style="background-image: url('.$image_data[0].');height:0;padding:0;padding-bottom:30%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px; "';
echo ' class="featured-image no-featured"';
} else {
- echo ' style="background-image: url('.get_template_directory_uri().'/assets/default-header-winter.jpg);height:0;padding:0;padding-bottom:30%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;"';
+ echo ' style="background-image: url('.get_template_directory_uri().'/assets/default-sunset.jpg);height:0;padding:0;padding-bottom:30%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;"';
echo ' class="featured-image no-featured"';
}
echo '>';
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.11">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="<?php echo bloginfo('template_url')?>/favicon.ico">
<?php wp_head(); ?>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for keweenaw
-Version: 1.0.10
+Version: 1.0.11
*/