1,
'post_type' => array('post'),
'posts_per_page'=> $business_stack_one_cat_num,
'cat' => $business_stack_one_cat
);
$business_stack_one = new WP_Query($business_stack_one_args);
if ( $business_stack_one->have_posts() ) : while ( $business_stack_one->have_posts() ) : $business_stack_one->the_post();
?>