=== Upload Multiple Image ===
Plugin Name: Upload Multiple Image
Plugin URI: http://suhasrathod.com/portfolio-item/upload-multiple-image/
Author: Suhas Rathod
Author URI: http://suhasrathod.com/
Contributors: suhasrathod
Tags: image, multi, multiple upload, metabox, upload image
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H7TS5HHSXTCYQ
Requires at least: 3.7
Tested up to: 3.8


License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This plugin adds a meta box for multiple images for all posts and pages.

== Description ==
This plugin adds a meta box for multiple images for all posts and pages. please see installation instructions.

Retrive all image using function <b>get_multiple_image($post_id)</b>


== Installation ==
1. Upload plugin to the `/wp-content/plugins/` directory
2. Activate the plugin through the \'Plugins\' menu in WordPress
3. To retrieve linked images, Use get_multiple_image() into the loop which return an array of image URLs

== Frequently Asked Questions ==
Q:How to get all uploaded image for post/page

Ans: Using \"get_multiple_image($post_id)\" function you can retrieve all image uploaded vai this plugin into an array();

== Screenshots ==
check screenshots <a href="http://suhasrathod.com/portfolio-item/upload-multiple-image/">here</a>

== Changelog ==
* First stable release.