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
Related posts
WordPress
Adding Custom Fields to WordPress User Profile and Add New User 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
WordPress
Install WordPress plugins, themes & upgrades without providing FTP access?
You must have experienced that WordPress asks for FTP credentials if you initiate upgrade or install plugins. And sometimes developers don’t have FTP access and