Title: Attach Post Images
Author: Cyril
Published: <strong>2014 年 3 月 9 日</strong>
Last modified: 2014 年 3 月 9 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 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://tw.wordpress.org/plugins/attach-post-images/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/attach-post-images/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/attach-post-images/#installation)
 * [開發資訊](https://tw.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 on the
right of the edit screen with no images selected⌉[

Metabox on the right of the edit screen with no images selected

[⌊Metabox showing selected images⌉⌊Metabox showing selected images⌉[

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〉的開發相關工作。

參與者

 *   [ 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/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/attach-post-images/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/attach-post-images/)。

## 變更記錄

#### 1.0

 * Initial version of plugin

## 中繼資料

 *  版本 **1.0.1**
 *  最後更新 **12 年前**
 *  啟用安裝數 **100+**
 *  WordPress 版本需求 ** 3.5 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.7.41**
 *  語言
 * [English (US)](https://wordpress.org/plugins/attach-post-images/)
 * 標籤:
 * [attach images](https://tw.wordpress.org/plugins/tags/attach-images/)[post images](https://tw.wordpress.org/plugins/tags/post-images/)
   [posts](https://tw.wordpress.org/plugins/tags/posts/)[widget](https://tw.wordpress.org/plugins/tags/widget/)
 *  [進階檢視](https://tw.wordpress.org/plugins/attach-post-images/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](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)