6, 'orderby' => 'post__in', 'post_type' => 'page', 'post__in' => $business_insights_process_page_list_array, ); return $qargs; } endif; if (!function_exists('business_insights_process')) : /** * Banner Intro * * @since business-insights 1.0.0 * */ function business_insights_process() { $business_insights_process_excerpt_number = absint(business_insights_get_option('number_of_content_home_process')); $business_insights_process_main_title = ''; if (1 != business_insights_get_option('show_our_process_section')) { return null; } ?>

have_posts()) : while ($business_insights_process_query->have_posts()) : $business_insights_process_query->the_post(); if (has_excerpt()) { $business_insights_process_content = get_the_excerpt(); } else { $business_insights_process_content = business_insights_words_count($business_insights_process_excerpt_number, get_the_content()); } $business_insights_process_icon = business_insights_get_option('number_of_home_process_icon_' . $j); ?>