0) {
$automotive_services_slide_pages[] = $automotive_services_mod;
}
}
if (!empty($automotive_services_slide_pages)) :
$automotive_services_args = array(
'post_type' => 'page',
'post__in' => $automotive_services_slide_pages,
'orderby' => 'post__in'
);
$automotive_services_query = new WP_Query($automotive_services_args);
if ($automotive_services_query->have_posts()) :
while ($automotive_services_query->have_posts()) : $automotive_services_query->the_post(); ?>