'page', 'posts_per_page'=> absint( $slide_item_count ), 'post__in' => $slide_posts, 'orderby' =>'post__in', ); elseif( $slides_content_type == 'slides_post' ) : for( $i=1; $i<=$slide_item_count; $i++ ) : $slide_posts[] = get_theme_mod( 'slide_post_'.$i ); endfor; $args = array ( 'post_type' => 'post', 'posts_per_page'=> absint( $slide_item_count ), 'post__in' => $slide_posts, 'orderby' =>'post__in', 'ignore_sticky_posts' => true, ); endif; $post_loop = new WP_Query($args); if ( $post_loop->have_posts() ) : $i=-1; $j=0; ?> can_use_premium_code() ){ ?>