esc_url( get_stylesheet_directory_uri() . '/assets/images/banner.jpg' ),
'video' => true,
'width' => 776,
'height' => 650,
'header-text' => false
);
});
function hotell_header(){
$btn_lbl = get_theme_mod( 'header_btn_lbl' );
$btn_link = get_theme_mod( 'header_btn_link' );
$open_new_tab = get_theme_mod( 'header_new_tab', false );
$new_tab = ( $open_new_tab ) ? 'target=_blank' : '';
$social_links = get_theme_mod( 'social_links' );
$ed_social = get_theme_mod( 'ed_social_links', false );
$location = get_theme_mod( 'header_location' );
$email = get_theme_mod( 'email' ); ?>
';
the_title( '' );
if( has_excerpt() ){
the_excerpt();
}else{
echo wpautop( wp_trim_words( get_the_content(),10,'..' ) );
}
hotell_posts_meta();
echo '';
}