-1
I created a Custom Post Type to publish several images together.
--->>> title <<---
--->>> highlighted/default image <<<---
---->text<---
--->>images<<---
--->>images<<---
.....
The first three sections (title, highlighted image and text) are the basics. It’s ready.
Now, how can I add multiple images into this single CPT?
I thought of using Metabox and add the image url. However, adding url per url is not intuitive at all and gives much more work to the user, whether lay or advanced. Also, the amount of images will vary can be 1, can be 5, can be 10 and so on.
How can I add multiple images within a single post in a CPT?
Dashboard would look like this:
--->>> title <<---
--->>> text/content<<<---
--->>> highlighted image<<<---
--->>add images<<---
How can I do it? Whether by plugin or on hand same.
This problem is very complex. You can solve through repeatable metaboxes. Take a look at this here https://gist.github.com/helen/1593065
– Caio Felipe Pereira