function glm_get_header() {
echo '<div';
- if (has_post_thumbnail()) {
+ if ( has_post_thumbnail() && is_post_type('page')) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
echo ' style="background-image: url('.$image_data[0].');;height:670px;padding:0;padding-bottom:20%;background-position:top center;background-size: 100%;background-repeat:no-repeat;max-height: 670px; "';
} else {
function is_post_type($type){
global $wp_query;
- if($type == get_post_type($wp_query->post->ID)) return true;
- return false;
+ if($type == get_post_type($wp_query->post->ID)){
+ return true;
+ } else {
+ return false;
+ }
}
add_action('thematic_searchloop', 'mytheme_search_loop');
<span class="bullet"> • </span><span><?php echo glm_get_clientinfo_option('phone2');?></span>
<?php endif;?>
<?php if (glm_get_clientinfo_option('email')) :?>
- <br><a href="mailto:#"><span><?php echo glm_get_clientinfo_option('email');?></span></a>
+ <br><a href="mailto:voyage@francejourneys.com"><span><?php echo glm_get_clientinfo_option('email');?></span></a>
<?php endif;?>
<span class="bullet"> • </span><a href="<?php echo get_permalink(102); ?>">Blog</a>
</div>