'page', 'p' => $business_eye_home_callback_posts, 'posts_per_page' => 1 ); $business_eye_fature_section_post_query = new WP_Query( $business_eye_feature_callback_args ); if ( $business_eye_fature_section_post_query->have_posts() ) : while ( $business_eye_fature_section_post_query->have_posts() ) : $business_eye_fature_section_post_query->the_post(); if(has_post_thumbnail()){ $thumb = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'full' ); } else{ $thumb[0] = get_template_directory_uri() .'/assets/img/no-image-570-370.png'; } ?>