1, 'post_type' => 'page', 'post__in' => $page, 'orderby' => 'post__in' ); $query = new WP_Query( $args ); if ( $query->have_posts() ) : while ( $query->have_posts() ) : $query->the_post(); the_title( sprintf( '

', esc_url( get_permalink() ) ), '

' ); the_content(); ?>