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