' . esc_html( $section_title ) . ''; if( $section_content ) echo wpautop( wp_kses_post( $section_content ) ); $qry = new WP_Query( array( 'post_type' => 'post', 'posts_per_page' => -1, 'post__in' => $posts, 'orderby' => 'post__in', 'ignore_sticky_posts' => true ) ); if( $posts && $qry->have_posts() ){ ?>
have_posts() ){ $qry->the_post(); ?>