0, 'category_name' => $service_cat, 'orderby' => 'post_date', 'order' => 'DESC', 'exclude' => '', 'meta_key' => '', 'meta_value' => '', 'post_type' => 'post', 'post_mime_type' => '', 'post_parent' => '', 'post_status' => 'publish', 'suppress_filters' => true ); $services = new WP_Query( $service_args ); if($service_display == 1 && $service_cat!=''){ if($services->have_posts()) : $service_count= 0; ?>

have_posts()) : $services->the_post(); $service_count++; ?>
'img-responsive' ) ); ?>

'; } endwhile; ?>