default_data()); $ecommerce_storefront_banner = $ecommerce_storefront_option['hero_page']; if($ecommerce_storefront_banner != 0 ) { $ecommerce_storefront_args = array( 'post_type' => 'page','ignore_sticky_posts' => 1 , 'post__in' => array($ecommerce_storefront_banner)); $ecommerce_storefront_result = new WP_Query($ecommerce_storefront_args); while ( $ecommerce_storefront_result->have_posts() ) : $ecommerce_storefront_result->the_post(); the_content(); endwhile; wp_reset_postdata(); } ?>