esc_attr($slider_cat), 'nopaging'=>true, 'posts_per_page' => esc_attr($slide_count), ); // set our query up $slider_query = new WP_Query( $args ); if ( $slider_query->have_posts() ) { while ( $slider_query->have_posts() ) { $slider_query->the_post(); if(has_post_thumbnail()) { $temp = array(); $thumb_id = get_post_thumbnail_id(); $thumb_url_array = wp_get_attachment_image_src($thumb_id, 'blogg-slide-thumbnail', true); $thumb_url = $thumb_url_array[0]; $temp['title'] = get_the_title(); $temp['link'] = get_permalink(); $temp['image'] = $thumb_url; $slides[] = $temp; } } } wp_reset_postdata(); ?> 0) { ?>