'post','ignore_sticky_posts' => 1 , 'category__in' => $cat_id, 'posts_per_page' => $no_of_post); $news_query = new WP_Query($args); $i=1; while($news_query->have_posts() ) : $news_query->the_post(); ?>
"img-responsive"); if(has_post_thumbnail()): the_post_thumbnail('', $defalt_arg); endif; ?>

'; $i=0; }$i++; wp_reset_postdata(); endwhile; ?>