Multi Image Upload
This plugin adds a meta box to upload multiple images for posts and pages.
The facts
- Rating
- 5★ from 7
- Active installs
- 300+
- Price
- Free
- Last updated
- 3 Apr 2019
- Added
- Nov 2013
- Requires WP
- 2.8
- Tested up to
- WP 5.1.24
- Downloads
- 17,644
Our analysis
AI-assistedMulti Image Upload is a WordPress plugin that allows you to upload multiple images for posts and pages. It adds a meta box for this purpose and can also be enabled for custom post types. The plugin includes a function, miu_get_images(), that retrieves the URLs of attached images for the current or specified post.
Best for: This plugin is suitable for users who need to manage multiple images for their WordPress posts and pages.
What it does well
- ✓Allows uploading multiple images for posts and pages
- ✓Can be enabled for custom post types
- ✓Includes a function to retrieve attached image URLs
Where it falls short
- •Limited information on additional features or settings
- •Last updated in April 2019
Verdict
Multi Image Upload provides a straightforward solution for users looking to enhance their image management in WordPress, though it may lack recent updates and additional features.
From the developer
Tahir Yasin's own description of Multi Image Upload, lightly tidied.
This plugin adds a meta box to upload multiple images for posts and pages. You can enable it for custom post types also, please see installation instructions.
miu_get_images()
This function can be called from any template file to get attached images for the page/post being viewed.
It returns an array of the attached image URL.
It take only one argument:
-
post_id (integer) to get images linked to a specific post
http://www.example.com/image-1.png
[1] => http://www.example.com/image-2.png
)?>