'page',
'post_status' => 'publish',
'posts_per_page' => -1,
'orderby' => 'menu_order',
'order' => 'ASC',
'post_parent' => $sliderPageID
);
$sliderQ = new WP_Query($sliderArgs);
if ($sliderQ->have_posts()):
?>
have_posts()): $sliderQ->the_post();
$postID = get_the_ID();
$thumbnailID = absint(get_post_thumbnail_id($postID));
if (empty($thumbnailID) || $thumbnailID == 0):
continue;
else:
$imageSrc = wp_get_attachment_image_src($thumbnailID, 'full');
?>