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

', esc_url( get_permalink()) ), '

' ); the_content(); ?>