'page', 'posts_per_page' => 6, 'post__in' => $service_pages, 'orderby' => 'post__in', ) ); if ( ! $query->have_posts() ) { return; } $title = get_theme_mod( 'services_section_title', esc_html__( 'Our Services', 'bogaty-lite' ) ); ?>

have_posts() ) : $query->the_post(); ?>