'.esc_html( !empty($blog_title1) ? $blog_title1 : esc_html__( 'What Our Clients Say' , 'medical-hospital-lab' ) ).''; echo '

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

'; ?>
'post', 'post_status' => 'publish', 'posts_per_page' => apply_filters( 'medical_hospital_lab_testimonials_limit', 3 ), 'cat' => $blog_cat1, 'ignore_sticky_posts' => 1, ); $latest_posts1 = new WP_Query( $args11 ); if( $latest_posts1->have_posts() && !empty($blog_cat1) ): ?>
have_posts() ): $latest_posts1->the_post(); $client_rating = get_post_meta( $post->ID, 'client_rating', true ); ?>

    '; } if( $client_rating < 5 ){ $rate = 5 - $client_rating; for ($j=0; $j < $rate ; $j++) { echo ''; } } } ?>