3, 'cat' => $cat ); $query = new WP_Query( $args ); $count = 0; while ( $query->have_posts() ) : $query->the_post(); global $post; $thumb[$count] = get_post_thumbnail_id( $post->ID ); $count++; endwhile; ?>