'. esc_html( $book_landing_page_features_section_title ) .'';} if($book_landing_page_features_section_content){echo wpautop( wp_kses_post( $book_landing_page_features_section_content ) );} ?>
'post', 'posts_per_page' => -1, 'post__in' => $book_landing_page_features_blocks, 'orderby' => 'post__in', 'ignore_sticky_posts' => true ) ); if( $features_qry->have_posts() ){ ?>
have_posts() ){ $features_qry->the_post(); ?>
'; if( has_post_thumbnail() ){ the_post_thumbnail( 'book-landing-page-featured-post' ); }else{ book_landing_page_get_fallback_svg( 'book-landing-page-featured-post' ); } echo '
'; ?>