> >
'page', 'ignore_sticky_posts' => 1 , 'post__in' => array($digital_shop_options['before_shop'])); $digital_shop_result = new WP_Query($digital_shop_args); while ( $digital_shop_result->have_posts() ) : $digital_shop_result->the_post(); the_content(); endwhile; wp_reset_postdata(); ?>