default_data()); } $the_business_wp_class = ''; if($the_business_wp_option['news_section_image']!=''){ $the_business_wp_class = 'sectionoverlay'; } ?>

'post','ignore_sticky_posts' => 1 , 'cat' => $news_cat_id , 'posts_per_page' => $news_no_of_show, 'numberposts' => $news_no_of_show ); $news_query = new WP_Query($args); $i=1; while($news_query->have_posts() ) : $news_query->the_post(); ?>
'; $i=0; } $i++; endwhile; wp_reset_postdata(); ?>