How to intigrate multiple image uploader in a custom post type

I would use something like Advanced Custom Fields – its very easy to use and you can call any of it’s values pretty simply using a ACF short-code like <?php the_field('image1'); ?>

It works with any post types and lets you customise which fields are shown on each type.

If you are looking to learn how and implement it all yourself then make sure you:

  1. Have a bit of time, and patience
  2. A local test server (such as MAMP or WAMP) to play around on without breaking your website.
  3. Give this website a read and of course The Codex.

EDIT

Preview of ACF image boxes

Preview of ACF image uploader

WITH IMAGE

Preview of uploaded