'post', 'post_status' => 'publish', 'posts_per_page' => 6, 'ignore_sticky_posts' => true ); $qry = new WP_Query( $args ); if( ( $qry->have_posts() || $title_blog || $subtitle ) && $show_blog ){ ?>
' . esc_html( $title_blog ) . ''; if( $subtitle ) echo '
' . wpautop( wp_kses_post( $subtitle ) ) . '
'; ?>
have_posts() ){?>
have_posts() ){ $qry->the_post(); ?>