'post', 'post_status' => 'publish', 'posts_per_page' => -1, ); $blog_qry = new WP_Query( $args ); if( $ed_section && ( $blog_qry->have_posts() || $blog_title || $blog_subtitle || $blog_content ) ){ ?>
' . esc_html( $blog_subtitle ) . ''; if( $blog_title ) echo '

' . esc_html( $blog_title ) . '

'; if( $blog_content ) echo '
' . esc_html( $blog_content ) . '
'; ?>
have_posts() ){ ?>