'post', 'cat' =>$slider_cat, 'posts_per_page'=>-1, 'orderby'=>'post__in'); $wp_query=new WP_Query($args); if ($wp_query->have_posts()) : while ( $wp_query->have_posts() ) : $wp_query->the_post(); if (has_post_thumbnail( $post->ID ) ) { $image_url = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); $thumbnailURL = $image_url[0]; $image = aq_resize($thumbnailURL, 1920, 517, true); if(empty($image)) { $image = $thumbnailURL; } ?>