'. esc_html( $about_section_title ) .''; if( $about_section_content ) echo '

'. wpautop( wp_kses_post( $about_section_content ) ).'

'; ?>
have_posts() ){ while( $about_qry->have_posts() ){ $about_qry->the_post(); echo '
'; echo '
'; if( $about_video ){ if( book_landing_page_iframe_match( $about_video ) ){ echo book_landing_page_sanitize_iframe( $about_video ); }else{ echo wp_oembed_get( $about_video ); } }else{ if ( has_post_thumbnail() ) { the_post_thumbnail( 'author-landing-page-about-block' ); }else{ book_landing_page_get_fallback_svg( 'thumbnail' ); } } echo '
'; echo '
'; ?>
', ''); the_content(); ?>