'page', 'posts_per_page' => 3, 'orderby' =>'post__in', 'no_rows_found' => true, 'ignore_sticky_posts' => true ]; for ($i=1; $i <= 3; $i++) { $page_id = get_theme_mod('front_page_testimonial_page_'.$i,''); if($page_id !== ''){ $args['post__in'][] = absint($page_id); } } $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : $heading = get_theme_mod('front_page_testimonial_heading',esc_html__( 'Testimonials', 'bizness' )); $subheading = get_theme_mod('front_page_testimonial_sub_heading',''); ?>