'page', 'p' =>$about_us_page, 'posts_per_page' => 1 ); $about_us_query = new WP_Query($about_us_arg); if( $about_us_query->have_posts() ) : while ( $about_us_query->have_posts() ) : $about_us_query->the_post(); if(has_post_thumbnail()) { $thumb = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'full' ); } else { $thumb[0] = ''; }?>