'post', 'posts_per_page' => 4, 'post_status' => 'publish', 'order' => 'desc', 'orderby' => 'date', 'ignore_sticky_posts' => 1, 'category_name' => $service_category_slug, ); $bhumi_service_query = new WP_Query($bhumi_service_arg); if($bhumi_service_query->have_posts()): ?>

have_posts()): $bhumi_service_query->the_post(); $service_cat_image_id = get_post_thumbnail_id(); $service_cat_image = wp_get_attachment_image_src( $service_cat_image_id, 'thumbnail' ); ?>
<?php the_title(); ?>