'post', 'ignore_sticky_posts' => 1, 'category__in' => $appointment_category_id, 'posts_per_page' => $appointment_no_of_post); $appointment_news_query = new WP_Query($appointment_args); $i = 1; while ($appointment_news_query->have_posts()) : $appointment_news_query->the_post(); ?>
"img-responsive"); ?>
'; $i = 0; }$i++; endwhile; wp_reset_postdata(); ?>