'any', 'orderby' => 'post__in', 'ignore_sticky_posts' => 1, // ignore sticky posts ); for ( $i = 1; $i <= $quantity; $i++ ) { $abletone_post_id = ''; $abletone_post_id = get_theme_mod( 'abletone_slider_page_' . $i ); if ( $abletone_post_id && '' !== $abletone_post_id ) { $post_list = array_merge( $post_list, array( $abletone_post_id ) ); $no_of_post++; } } $args['post__in'] = $post_list; if ( ! $no_of_post ) { return; } $args['posts_per_page'] = $no_of_post; $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); $thumbnail = 'abletone-slider'; ?>

current_post + 1 ) ); if ( $abletone_title_image ) : ?> <?php the_title_attribute(); ?> ','' ); ?>

' . wp_kses_post( get_the_excerpt() ) . '

'; } elseif ( 'full-content' === $show_content ) { $content = apply_filters( 'the_content', get_the_content() ); $content = str_replace( ']]>', ']]>', $content ); echo '
' . wp_kses_post( $content ) . '
'; } ?>