Title: Attach Post Images
Author: Cyril
Published: <strong>मार्च 9, 2014</strong>
Last modified: मार्च 9, 2014

---

प्लगिनहरू खोज्नुहोस्

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](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://ne.wordpress.org/plugins/attach-post-images/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/attach-post-images/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/attach-post-images/#installation)
 * [विकास](https://ne.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” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान
गरेका छन्।

योगदानकर्ताहरू

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

[“Attach Post Images” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/attach-post-images)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/attach-post-images/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/attach-post-images/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/attach-post-images/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/attach-post-images/) को सदस्यता
लिनुहोस्।

## चेन्जलग

#### 1.0

 * Initial version of plugin

## मेटा

 *  संस्करण **1.0.1**
 *  पछिल्लो अपडेट **12 वर्ष अघि**
 *  सक्रिय स्थापना **100+**
 *  वर्डप्रेस संस्करण ** 3.5 वा उच्च **
 *  जाँच गरिएको **3.7.41**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/attach-post-images/)
 * ट्यागहरू
 * [attach images](https://ne.wordpress.org/plugins/tags/attach-images/)[post images](https://ne.wordpress.org/plugins/tags/post-images/)
   [posts](https://ne.wordpress.org/plugins/tags/posts/)[widget](https://ne.wordpress.org/plugins/tags/widget/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/attach-post-images/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

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

[See all reviews](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)