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 … Read more