setting default interior image to the interior pages via the functions file
//echo ' style="background-image: url('.$image_data[0].');height:0;padding:0;padding-bottom:20%;background-position: center center;background-size: 100%;background-repeat:no-repeat;max-height: 350px; "';
} else {
echo '<div class="featured-image-container no-featured">';
- echo '<img class="featured-image featured-default" src="'.get_template_directory_uri().'/assets/header-image.jpg">';
+ echo '<img class="featured-image featured-default" src="'.get_template_directory_uri().'/assets/default_interior.jpg">';
echo '</div>';
//echo ' style="background-image: url('.get_template_directory_uri().'/assets/header-image.jpg);height:0;padding:0;padding-bottom:30%;background-position: center center;background-size: 100%;background-repeat:no-repeat;max-height: 500px;"';