5,
'post_type' => 'page',
'post__in' => $pages,
'orderby' => 'post__in'
);
$query = new WP_Query( $args );
if ( $query->have_posts() ) :
$count = 1;
?>
have_posts() ) : $query->the_post();
$automobile_car_dealer_n++;
$automobile_car_dealer_slideno[] = $automobile_car_dealer_n;
$automobile_car_dealer_slidetitle[] = get_the_title();
$automobile_car_dealer_slideexcerpt[] = get_the_excerpt();
$automobile_car_dealer_slidelink[] = esc_url( get_permalink() );
?>