'page',
'post__in' => $car_auto_parts_slide_pages,
'orderby' => 'post__in',
'posts_per_page' => -1 // Ensure all selected pages are retrieved.
);
$car_auto_parts_query = new WP_Query($car_auto_parts_args);
// Check if the query has posts.
if ($car_auto_parts_query->have_posts()) :
while ($car_auto_parts_query->have_posts()) : $car_auto_parts_query->the_post(); ?>