'page', 'posts_per_page' => absint($limits), 'orderby' =>'post__in', 'no_rows_found' => true, 'ignore_sticky_posts' => true ]; for ($i=1; $i <= $limits; $i++) { $page_id = get_theme_mod('front_page_service_page_'.$i,''); if($page_id !== ''){ $args['post__in'][] = absint($page_id); } } $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : $counter = 1; $heading = get_theme_mod('front_page_service_heading',esc_html__( 'Why Us?', 'bizness' )); $subheading = get_theme_mod('front_page_service_sub_heading',''); $btn_text = get_theme_mod('front_page_service_button_text',esc_html__( 'See All Services', 'bizness' )); ?>