Top Services', 'bizes') ); $subheading = get_theme_mod('services_section_subtitle', __('Our Services', 'bizes')); $description = get_theme_mod('services_section_description'); $item_count = get_theme_mod('services_total_items_show', 3); $content_type = get_theme_mod('services_content_type', 'services_page'); $services = get_theme_mod('featured_services'); $services_style = get_theme_mod('services_style', 'style-one'); $service_align = get_theme_mod('services_content_align', 'text-center'); $top_curve = get_theme_mod('service_top_cruved', 0); $bottom_curve = get_theme_mod('service_bottom_cruved', 0); $classes = array(); if ( 1=== $top_curve ) { $classes[] = 'top-curved'; } else { $classes[] = 'top-no-curved'; } if ( 1=== $bottom_curve ) { $classes[] = 'bottom-curved'; } else { $classes[] = 'bottom-no-curved'; } if(1===$section_enable) : ?>

'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, 'icofont-vector-path' ); ?>