'. esc_html( $book_landing_page_about_section_title ) .''; } if($book_landing_page_about_section_content){ echo '

'. wpautop( wp_kses_post( $book_landing_page_about_section_content ) ).'

'; } ?>
have_posts() ){ while( $about_qry->have_posts() ){ $about_qry->the_post(); echo '
'; echo '
'; if( $book_landing_page_about_video ){ echo book_landing_page_sanitize_iframe($book_landing_page_about_video); }else{ the_post_thumbnail( 'book-landing-page-about-block' ); } echo '
'; echo '
'; ?>
', ''); the_content(); ?>