Title: Multi Image Upload
Author: Tahir Yasin
Published: <strong>नोव्हेंबर 14, 2013</strong>
Last modified: एप्रिल 3, 2019

---

प्लगइन शोधा

![](https://ps.w.org/multi-image-upload/assets/banner-772x250.jpg?rev=804778)

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](https://ps.w.org/multi-image-upload/assets/icon-128x128.jpg?rev=1159163)

# Multi Image Upload

 [Tahir Yasin](https://profiles.wordpress.org/tahiryasin/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/multi-image-upload.2.0.zip)

 * [तपशील](https://mr.wordpress.org/plugins/multi-image-upload/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/multi-image-upload/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/multi-image-upload/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/multi-image-upload/#developers)

 [समर्थन](https://wordpress.org/support/plugin/multi-image-upload/)

## वर्णन

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:

 1. **post_id** (integer) to get images linked to a specific post
 2.  http://www.example.com/image-1.png
     [1] => http://www.example.com/image-2.png )
 3. ?>

## स्क्रीनशॉट

[⌊screenshot-1.png⌉⌊screenshot-1.png⌉[

screenshot-1.png

## स्थापना

 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 miu_get_images()](https://wordpress.org/extend/plugins/multi-image-upload/other_notes/#miu_get_images())
    into the loop to get an array of image URLs
 4. Optional

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: $this->post_types = array(‘post’, ‘page’); With: $this->post_types = array(‘
post’, ‘page’, ‘book’);

## नेहमी विचारले जाणारे प्रश्न

  Why should I use this plugin?

Use this plugin if you want to quickly add a feature to upload multiple images for
a page, post or custom post type.

## समीक्षा

![](https://secure.gravatar.com/avatar/ada59194d127804bd38807b6f0464f3c90a9a005f15871a08f6bfb285f8c2a3c?
s=60&d=retro&r=g)

### 󠀁[Nice Plugin!!!](https://wordpress.org/support/topic/nice-plugin-2509/)󠁿

 [Omer Hussain](https://profiles.wordpress.org/omerblink/) जानेवारी 17, 2018

Its a nice plugin and easy to use. Keep up the good work 🙂

![](https://secure.gravatar.com/avatar/fe7d74d7f9543fae100d2f05c2e4648e0072f4b902d33f17af781efefa9c7467?
s=60&d=retro&r=g)

### 󠀁[Perfect Plugin!](https://wordpress.org/support/topic/perfect-plugin-422/)󠁿

 [akshay44](https://profiles.wordpress.org/akshay44/) जुलै 20, 2017 1 उत्तर

Plugin was superb and cleanly written code. Finally got the exact same thing , I
was fed up because searching the net for getting the functionality like this. Good
job Developers!!!

 [ सर्व 7 पुनरावलोकने वाचा ](https://wordpress.org/support/plugin/multi-image-upload/reviews/)

## योगदानकर्ते आणि विकसक

“Multi Image Upload” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत
योगदान केले आहे.

योगदानकर्ते

 *   [ Tahir Yasin ](https://profiles.wordpress.org/tahiryasin/)

[भाषांतर करा “Multi Image Upload” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/multi-image-upload)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/multi-image-upload/),
[SVN संग्रहालय](https://plugins.svn.wordpress.org/multi-image-upload/) तपासा, किंवा
[विकास लॉग](https://plugins.trac.wordpress.org/log/multi-image-upload/) च्या [RSS](https://plugins.trac.wordpress.org/log/multi-image-upload/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 2.0

 * Old tb_show method replace with latest Media plugin
 * Image thumbnail updates as soon as you chose image
 * Links added on image thumbails that open the image in new tab
 * JQuery `.live()` replace with `.on()`

#### 1.2

 * Compatibility issues with latest WP version fixed.
 * Image thumbnails displayed in admin meta box.

#### 1.1

 * Bug fixes

#### 1.0

 * First stable release.

## मेटा

 *  आवृत्ती **2.0**
 *  शेवटचा अद्यतन **7 वर्षे पूर्वी**
 *  सक्रिय स्थापना **300+**
 *  वर्डप्रेस आवृत्ती ** 2.8 किंवा मोठा **
 *  परीक्षित केले आहे **5.1.24**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/multi-image-upload/)
 * टॅग्ज:
 * [image](https://mr.wordpress.org/plugins/tags/image/)[metabox](https://mr.wordpress.org/plugins/tags/metabox/)
   [multi](https://mr.wordpress.org/plugins/tags/multi/)[upload](https://mr.wordpress.org/plugins/tags/upload/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/multi-image-upload/advanced/)

## मूल्यांकन

 5 पैकी ५ तारे.

 *  [  7 5-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/multi-image-upload/reviews/?filter=5)
 *  [  0 4-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/multi-image-upload/reviews/?filter=4)
 *  [  0 3-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/multi-image-upload/reviews/?filter=3)
 *  [  0 2-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/multi-image-upload/reviews/?filter=2)
 *  [  0 1-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/multi-image-upload/reviews/?filter=1)

[आपला अभिप्राय](https://wordpress.org/support/plugin/multi-image-upload/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/multi-image-upload/reviews/)

## योगदानकर्ते

 *   [ Tahir Yasin ](https://profiles.wordpress.org/tahiryasin/)

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/multi-image-upload/)

## देणगी

आपण हे प्लगइन पुरविण्यात समर्थन करू इच्छिता का?

 [ ह्या प्लगइनला देणगी द्या ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=63N6XHBLFRC3U)