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://lo.wordpress.org/plugins/multi-image-upload/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/multi-image-upload/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/multi-image-upload/#installation)
 * [ການພັດທະນາ](https://lo.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” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມ
ໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ 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.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **2.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **7 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **300+**
 *  ເວີຊັນ WordPress ** 2.8 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **5.1.24**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/multi-image-upload/)
 * ແທັກ
 * [image](https://lo.wordpress.org/plugins/tags/image/)[metabox](https://lo.wordpress.org/plugins/tags/metabox/)
   [multi](https://lo.wordpress.org/plugins/tags/multi/)[upload](https://lo.wordpress.org/plugins/tags/upload/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/multi-image-upload/advanced/)

## ການໃຫ້ຄະແນນ

 5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 7 ລາຍການ     ](https://wordpress.org/support/plugin/multi-image-upload/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/multi-image-upload/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/multi-image-upload/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/multi-image-upload/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](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)