'. esc_html( $book_landing_page_tabmenu_section_title) .'';} if($book_landing_page_tabmenu_section_content){ echo '

'. wpautop( wp_kses_post( $book_landing_page_tabmenu_section_content ) ); } ?>

'post', 'posts_per_page' => -1, 'post__in' => $book_landing_page_tabmenu_blocks, 'orderby' => 'post__in', 'ignore_sticky_posts' => true ) ); echo '
    '; if( $tabmenu_qry->have_posts() ){ $count = 1; while( $tabmenu_qry->have_posts() ){ $tabmenu_qry->the_post(); echo '
  • '; the_title(); echo '
  • '; $count++; } wp_reset_postdata(); } echo '
'; $tabmenu_qry = new WP_Query( array( 'post_type' => 'post', 'posts_per_page' => 1, 'post__in' => $book_landing_page_tabmenu_blocks, 'orderby' => 'post__in', 'ignore_sticky_posts' => true ) ); $count1 = 0; echo '
'; while( $tabmenu_qry->have_posts() ){ $tabmenu_qry->the_post(); ?>
'; ?>