'post', 'post_status' => 'publish', 'posts_per_page' => 3, 'ignore_sticky_posts' => true ); $qry = new WP_Query( $args ); if( $section_title || $qry->have_posts() ){ ?>
' . esc_html( $section_title ) . ''; if( $qry->have_posts() ){ ?>
have_posts() ){ $qry->the_post(); ?>