default_data()); } ?>
'page','ignore_sticky_posts' => 1 , 'post__in' => array($business_store_page) ); $business_store_result = new WP_Query($business_store_args); while ( $business_store_result->have_posts() ) : $business_store_result->the_post(); the_content(); endwhile; // End of the loop. wp_reset_postdata(); } ?>