Tags: ', ', ', ''); ?>
ID;
$args = array(
'post_type' => 'attachment',
'post_mime_type' => 'image',
'numberposts' => -1,
'orderby' => 'menu_order',
'order' => 'ASC',
'post_parent' => $wpcx_post_id
);
$wpcx_images = get_posts($args);
if ($wpcx_images) {
?>