I am creating a topic in which I created some kind of custom message type products and some custom meta fields to send their respective user information, such as its cost and expiration date.
add_theme_support( 'post-thumbnails' ); searching add_theme_support( 'post-thumbnails' ); , I was able to add a column with an enhanced image to load an image with an image related to a specific post. But this only allows me to add a single image, and I want to upload several images related to one specific message. For example, different images of the same product.
To do this, I found various solutions on the Internet, and one of them, which I found most suitable for my problem, this , but again it only allows you to upload only one image, but different from the image shown.
Are there any functions in WordPress for uploading multiple images, for example, for uploading images, especially for a single post, or is there any plugin for this task?
source share