have_posts() ){ while( $video_qry->have_posts() ){ $video_qry->the_post(); echo '
'; the_title( '

', '

' ); the_excerpt(); echo '
'; if( $app_landing_page_vedio_video ){ echo '
'; if( app_landing_page_iframe_match( $app_landing_page_vedio_video ) ){ echo app_landing_page_sanitize_iframe( $app_landing_page_vedio_video ); }else{ echo wp_oembed_get( $app_landing_page_vedio_video ); } echo '
'; }else{ echo '
'; the_post_thumbnail( 'app-landing-page-video-image' ); echo '
'; } } } wp_reset_postdata(); if( $app_landing_page_vedio_section_button_link ){ echo ' '; } ?>