have_posts() ) { return; } // Store the IDs of the selected posts so they can be excluded from main loop. $slider_post_ids = wp_list_pluck( $blogsy_posts->posts, 'ID' ); set_transient( 'blogsy_hero_slider_post_ids', $slider_post_ids ); $blogsy_hero_items_html = ''; while ( $blogsy_posts->have_posts() ) : $blogsy_posts->the_post(); // Post items HTML markup. ob_start(); ?>
rewind_posts(); ?>