' . esc_html( !empty( $title_blog ) ? $title_blog : esc_html__( 'Latest News' , 'medical-hospital-lab' ) ) . ''; echo '

' . esc_html( !empty( $blog_subtitle ) ? $blog_subtitle : esc_html__( 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.' , 'medical-hospital-lab' ) ).'

'; ?>
'post', 'post_status' => 'publish', 'posts_per_page' => 3, 'cat' => $blog_cat, 'ignore_sticky_posts' => 1, ); $latest_posts = new WP_Query( $args1 ); if( $latest_posts->have_posts() && !empty($blog_cat) ): ?>
have_posts() ): $latest_posts->the_post(); ?>