'page', 'ignore_sticky_posts' => 1 , 'post__in' => array($business_solution_hero)); $business_solution_result = new WP_Query($business_solution_args); //show content while ( $business_solution_result->have_posts() ) : $business_solution_result->the_post(); the_content(); endwhile; wp_reset_postdata(); ?>