'page', 'posts_per_page' => absint( $item_count ), 'post__in' => $service_posts, 'orderby' =>'post__in', ); elseif( $content_type == 'reasons_post' ) : for( $i=1; $i<=$item_count; $i++ ) : $service_posts[] = get_theme_mod( 'featured_reason_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( 'reasons_icon_'.$i, 'fa-bell' ); ?>

can_use_premium_code() ){ ?>