'post', 'post__in' => ( array ) $sticky_posts, 'posts_per_page' => absint( $sticky_count ), ); $sticky_query = new WP_Query( $sticky_args ); if ( $sticky_query->have_posts() ) : while ( $sticky_query->have_posts() ) : $sticky_query->the_post(); ?>