Attach images to posts using custom fields (just paths to images already uploaded)
I would recommend just modifying the single-listings.php template file to output the gallery directly: <?php echo do_shortcode( ‘ ); ?> That way, for all the images that have been imported and attached to a given CPT, they weill be output just as if you had placed a shortcode in the post_content for each post. Edit … Read more