}
-
/* Header for posts*/
function glm_get_header() {
- echo '<div';
global $post;
+
+ echo '<div';
if (has_post_thumbnail() && $post->post_type == 'page') {
- $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
- 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: 300px; "';
+ $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
+ 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: 300px; "';
+ } else if($post->post_type == 'troutcreek_package') {
+ echo ' style="background-image: url('.get_template_directory_uri().'/assets/package_default.jpg);height:0;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;"';
+ echo ' class="no-featured"';
} else {
- echo ' style="background-image: url('.get_template_directory_uri().'/assets/lobby.jpg);height:0;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;"';
- echo ' class="no-featured"';
+ echo ' style="background-image: url('.get_template_directory_uri().'/assets/lobby.jpg);height:0;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;"';
+ echo ' class="no-featured"';
}
echo '>';
echo '</div>';
<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.11">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.12">
<?php wp_head(); ?>
</head>
\ No newline at end of file