name; ?>
ID); $wpcx_img = wpcx_get_wp_generated_thumb("reference"); ?>filed under ID, 'portfolio', '', ', ', '' );?>
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) {
$wpcx_image_count = 0;
foreach($wpcx_images as $wpcx_image) {
$wpcx_image_url = wp_get_attachment_image_src($wpcx_image->ID, $size='attached-image');
$wpcx_thumb_url = wp_get_attachment_image_src($wpcx_image->ID, 'reference');
$wpcx_image_count ++;
?>
>