How to insert multiple images into a single post within a CPT
As I understand it, you will need create a meta box with fields and use jQuery to add/remove the image boxes. You can also use jQuery UI to make the fields draggable if you like. Your meta box code will look something like this // Fields $prefix = ‘your_prefix_’; $custom_meta_fields = array( array( ‘label’ => … Read more