$services_content_type, 'post__in' => array_filter( $content_ids ), 'orderby' => 'post__in', 'posts_per_page' => absint( 3 ), 'ignore_sticky_posts' => true, ); $query = new WP_Query( $args ); if ( $query->have_posts() ) { $section_title = get_theme_mod( 'adore_business_services_title', __('What We Provide', 'adore-business') ); $section_subtitle = get_theme_mod( 'adore_business_services_subtitle', __('Our Services', 'adore-business') ); ?>

have_posts() ) : $query->the_post(); $icon = !empty( get_theme_mod( 'adore_business_service_icon_' . $i ) ) ? get_theme_mod( 'adore_business_service_icon_' . $i ) : ''; ?>