default_data()); } ?>

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