$page_id, 'post_type' => 'page', 'post_status' => 'publish' ); $query = new WP_Query( $args ); ?> have_posts() ) : while( $query->have_posts() ) : $query->the_post(); ?>
ID ), 'full' ); ?>
<?php echo esc_attr( get_the_title() ); ?>