'page', 'posts_per_page' => absint( $item_count ), 'post__in' => $service_posts, 'orderby' =>'post__in', ); elseif( $content_type == 'services_post' ) : for( $i=1; $i<=$item_count; $i++ ) : $service_posts[] = get_theme_mod( 'featured_service_post_'.$i ); endfor; $args = array ( 'post_type' => 'post', 'posts_per_page' => absint( $item_count ), 'post__in' => $service_posts, 'orderby' =>'post__in', 'ignore_sticky_posts' => true, ); else : $args = array (); endif; $post_loop = new WP_Query($args); if ( $post_loop->have_posts() ) : ?>
have_posts()) : $post_loop->the_post(); $i++; $icon = get_theme_mod( 'service_icon_'.$i, 'fa-signal' ); ?>

'page', 'posts_per_page' => absint( $item_count ), 'post__in' => $service_posts, 'orderby' =>'post__in', ); elseif( $content_type == 'services_post' ) : for( $i=1; $i<=$item_count; $i++ ) : $service_posts[] = get_theme_mod( 'featured_service_post_'.$i ); endfor; $args = array ( 'post_type' => 'post', 'posts_per_page' => absint( $item_count ), 'post__in' => $service_posts, 'orderby' =>'post__in', 'ignore_sticky_posts' => true, ); else : $args = array (); endif; $post_loop = new WP_Query($args); if ( $post_loop->have_posts() ) : ?>
have_posts()) : $post_loop->the_post(); $i++; $icon = get_theme_mod( 'service_icon_'.$i, 'fa-signal' ); ?>