absint( $about_page ), 'post_status' => 'publish', 'post_type' => 'page', ); $loop_about = new WP_Query($args); if ( $loop_about->have_posts() ) : ?>
have_posts()) : $loop_about->the_post();?>

absint( $about_page_two ), 'post_status' => 'publish', 'post_type' => 'page', ); $loop_about_two = new WP_Query($args); if ( $loop_about_two->have_posts() ) : ?>
have_posts()) : $loop_about_two->the_post();?>