Title: Attach Post Images
Author: Cyril
Published: <strong>9 ມີນາ 2014</strong>
Last modified: 9 ມີນາ 2014

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/attach-post-images.svg)

# Attach Post Images

 ໂດຍ [Cyril](https://profiles.wordpress.org/tcyr/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/attach-post-images.1.0.1.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/attach-post-images/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/attach-post-images/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/attach-post-images/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/attach-post-images/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/attach-post-images/)

## ຄຳອະທິບາຍ

Unlike the traditional way of attaching images (or attachments) to posts by inserting
them in the post content, this plugin allows you to attach images to posts in a 
manner
 that lets you control the way the images are later displayed in your theme.

It adds a metabox to the edit screen that lets you select/upload images (similar
to the “Featured Image” metabox).

The images attached to a post can then later be gotten by the following means:

 * If you are in a WordPress loop then you can use the tag `twp_the_post_images(
   $size)`.
    _$size (string|array)_ is an optional parameter (defaults to ‘_thumbnail_‘)
   and can take values similar to the [wp_get_attachment_image_src](https://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src)
   function.

This will return an array of objects where each object contains information about
an image.

 * You can directly call the plugin function `twp_get_post_images($post_id, $size)`.

_$post\_id (int)_: required – the ID of the post.

_$size (string|array)_: is an optional parameter (defaults to ‘_thumbnail_‘) and
can take values similar to the [wp_get_attachment_image_src](https://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src)
function.

This will return an array of objects where each object contains information about
an image.

 * If you want to display the images directly as an unordered list, then you can
   use the shortcode `[twp_post_images id=post_id size=some_size]`.
    The parameters
   of this shortcode are same as those of the above functions. You will need some
   CSS knowledge to style the returned unordered list properly.

The functions `twp_the_post_images()` and `twp_get_post_images()` return an empty
array if no images were found or an array of objects where each object has the following
attributes:

 * _id_: the attachment id
 * _width_: The width of the image
 * _height_: The height of the image
 * _orientation_: The orientation of the image (landscape|protrait)
 * _url_: The url of the image
 * _is\_original_: (boolean) false if $url is a resized image, true if it is the
   original.

**NOTE THAT YOU HAVE TO SAVE/UPDATE YOUR POST EACH TIME YOU MODIFY THE IMAGE SELECTION**

## ພາບໜ້າຈໍ

 * [[
 * Metabox on the right of the edit screen with no images selected
 * [[
 * Metabox showing selected images

## ການຕິດຕັ້ງ

Steps to install this plugin.

 1. In the downloaded zip file, there is a folder with name ‘attach-post-images’
 2. Upload the ‘attach-post-images’ folder to the ‘/wp-content/plugins/’ directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Read the usage instructions in the description.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  How do I attach images to a post?

First ensure the plugin is enabled. On the editor screen, there is a meta box on
the right with link “Attach Images”. This launches the WordPress media manager, 
where you can select existing images or upload new images.

  How do I get attached images?

In a WP loop, you can do `$images = twp_the_post_images();`

Or you can call the plugin function `$images = twp_get_post_images($post_id)`. See
plugin description for return values.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

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

“Attach Post Images” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມ
ໃນການພັດທະນາປລັກອິນນີ້.

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

 *   [ Cyril ](https://profiles.wordpress.org/tcyr/)

[ແປ “Attach Post Images” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/attach-post-images)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/attach-post-images/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/attach-post-images/), ຫຼື ຕິດຕາມ
[ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/attach-post-images/) ຜ່ານ
[RSS](https://plugins.trac.wordpress.org/log/attach-post-images/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.0

 * Initial version of plugin

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

 *  ເວີຊັນ **1.0.1**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **12 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **100+**
 *  ເວີຊັນ WordPress ** 3.5 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.7.41**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/attach-post-images/)
 * ແທັກ
 * [attach images](https://lo.wordpress.org/plugins/tags/attach-images/)[post images](https://lo.wordpress.org/plugins/tags/post-images/)
   [posts](https://lo.wordpress.org/plugins/tags/posts/)[widget](https://lo.wordpress.org/plugins/tags/widget/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/attach-post-images/advanced/)

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

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/attach-post-images/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/attach-post-images/reviews/)

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

 *   [ Cyril ](https://profiles.wordpress.org/tcyr/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/attach-post-images/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://goo.gl/m4r02B)