Multi Image Upload adds a meta box to upload multiple images for posts and pages. You can enable it for custom post types also. http://wordpress.org/plugins/multi-image-upload/ If you need to enable this meta box for your custom post type for example ‘book’. Just edit the multi-image-upload.php as shown below Replace: With:Download:
Installation:
$this->post_types = array('post', 'page'); $this->post_types = array('post', 'page', 'book'); Usage
$images = miu_get_images($post_id=null); //Sample output Array ( [0] => http://www.example.com/image-1.png [1] => http://www.example.com/image-2.png ) ?>
WordPress
Multi Image Upload
Multi Image Upload adds a meta box to upload multiple images for posts and pages. You can enable it for custom post types also. Download: http://wordpress.org/p
· 5 min read · By Tahir Yasin
Related posts
WordPress
How to reindex tables with MySQL
Learn how to remove AUTO_INCREMENT from the WordPress wp_posts ID column, manage primary keys, verify database changes, and safely modify your WordPress database structure.
WordPress
Adding Custom Fields to WordPress User Profile Page
Adding custom profile fields in WordPress made easy through action hooks. .Most of the solutions available on internet tell you about adding custom fields on &#
WordPress
Script Logic Plugin
Introduction Script Logic is a WordPress plugin that lets you control on which pages scripts and style sheets load using WP’s conditional tags. This plug