'page', 'post__in' => $business_insights_contact_page, 'orderby' => 'post__in' ); } if (!empty($business_insights_contact_page_args)) { $business_insights_contact_page_query = new WP_Query($business_insights_contact_page_args); while ($business_insights_contact_page_query->have_posts()): $business_insights_contact_page_query->the_post(); $thumb = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'full'); $url = $thumb['0']; ?>