'. esc_html( $book_landing_page_testimonial_section_title) .'';} if($book_landing_page_testimonial_section_content){ echo wpautop( wp_kses_post( $book_landing_page_testimonial_section_content ) ); } ?>
'post', 'posts_per_page' => -1, 'post__in' => $book_landing_page_testimonial_blocks, 'orderby' => 'post__in', 'ignore_sticky_posts' => true ) ); if( $testimonial_qry->have_posts() ){ ?>
have_posts() ){ $testimonial_qry->the_post(); ?>
'; echo ''; the_post_thumbnail( 'book-landing-page-recent-post' ); echo ''; echo ''; } echo '
'; the_title('',''); echo '
'; if( has_excerpt() ){ the_excerpt(); } ?>