I am looking for a solution, it can be pre-existing plugin or code I put into my functions.php file that will allow me to batch upload images to a post, and then have the ability to rearrange the positioning of them.
I know Wordpress by default allows you to batch upload images, so I am presuming the solution will use that functionality. But to my knowledge it doesn't let you adjust the order of which they are attached to the post.
The reason I need to be able to have the option of rearranging bulk-uploaded images, is because on the front-end, images are shown sort of like a mosaic where multiple images make up one larger image in the form of grid.
The scenario:
- A user creates a new post.
- A user then clicks on a button which shows the media uploader and allows them to upload a whole bunch of images at once.
- The images are processed and then associated with the post.
- The user is then able to rearrange the order of the attached post images which will then be displayed in that particular order on the homepage in a WP post loop.
Thank you in advance for your assistance.

