$home_slider_pages,
'post_type' => 'page',
'post_status' => 'publish',
'posts_per_page' => 6,
'no_found_rows' => true,
'orderby' => 'post__in'
);
$slider = new WP_Query( $slider_args );
if ( $slider->have_posts() ) :
?>
have_posts() ) : $slider->the_post();
if ( '' != get_the_post_thumbnail( $post->ID ) ) :
// Now let's check the image.
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'slider-img' );
// If it is greater than 960 in width, let's skip
if ( $image[1] >= 960 ) :
?>
-
>