Title: WP Gallery Image Shortcode
Author: davidpotter
Published: <strong>نوامبر 17, 2009</strong>
Last modified: نوامبر 24, 2009

---

جستجوی افزونه‌ها

این افزونه **با آخرین 3 نسخه اصلی وردپرس تست نشده است**. ممکن است دیگر نگهداری یا
پشتیبانی نشود و ممکن است هنگام استفاده با نسخه های جدیدتر وردپرس مشکلات سازگاری 
داشته باشد.

![](https://s.w.org/plugins/geopattern-icon/wpgalleryimage-shortcode.svg)

# WP Gallery Image Shortcode

 توسط [davidpotter](https://profiles.wordpress.org/davidpotter/)

[دانلود](https://downloads.wordpress.org/plugin/wpgalleryimage-shortcode.1.1.zip)

 * [جزئیات](https://fa-af.wordpress.org/plugins/wpgalleryimage-shortcode/#description)
 * [نقد و بررسی‌ها](https://fa-af.wordpress.org/plugins/wpgalleryimage-shortcode/#reviews)
 *  [نصب](https://fa-af.wordpress.org/plugins/wpgalleryimage-shortcode/#installation)
 * [توسعه](https://fa-af.wordpress.org/plugins/wpgalleryimage-shortcode/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/wpgalleryimage-shortcode/)

## توضیحات

Lets you add an image to a post or page from the WordPress gallery on your site 
using a shortcode. Simply add the wppgalleryimage shortcode and specify the image
you want to add by name or ID.

When you insert an image using the built-in WordPress editor, the full URL to the
image on your site is inserted into the page or post. Using the shortcode, all you
need to specify is the name or ID of the image and the URL is generated automatically.

When an image is uploaded to the gallery, the file is stored under wp-content/uploads
and metadata about the image is stored in the `wp_posts` table with a `post_type`
of `attachment`. The image is added to post or page within a `<div>` tag that specifies
the `wpgalleryimage_shortcode` class, which allows you to define a style for all
images added by the shortcode.

#### Parameters

 * **id** – The ID of the image in the `wp_posts` table.
 * **name** – The name of the image from the `post_name` field in the `wp_posts`
   table.
    The name must match exactly.
 * **title** – The titlee of the image from the `post_title` field in the `wp_posts`
   table.
    The title must match exactly.
 * **size** – The size of the image.
    This value is passed to the [`wp_get_attachment_image`](https://codex.wordpress.org/Function_Reference/wp_get_attachment_image)
   function. Valid values include:
    - `thumbnail` (default)
    - `medium`
    - `large`
    - `full`
 * **width** and **height** – The width and height of the image to display.
    The
   most appropriate image file will be used to display the image. Both must be specified
   or they will be ignored. If these parameters are specified, the **size** parameter
   is ignored.
 * **float** – How to float the image on the page. Valid values include:
    - `none` (default)
    - `left`
    - `right`
 * **link** – The URL to link to when the image is clicked on. You can also specify`
   full` to link to the full-size image.
 * **padding**, **paddingtop**, **paddingright**, **paddingbottom**, **paddingleft**–
   The amount of padding around the image.
    If floating left, defaults to `10px`
   on the right. If floating right, defaults to `10px` on the left.

#### Examples

> [wpgalleryimage id=”19″]
> [wpgalleryimage name=”my-logo”]
> [wpgalleryimage title=”My Logo”]
> [wpgalleryimage name=”my-logo” size=”medium”]
> [wpgalleryimage name=”my-logo” width=”100″ height=”100″]
> [wpgalleryimage name=”my-logo” float=”right”]
> [wpgalleryimage name=”my-logo” link=”full”]
> [wpgalleryimage name=”my-logo” link=”http://www.example.com/”]
> [wpgalleryimage name=”my-logo” paddingbottom=”10px”]

## نصب

 1. Download the `wpgalleryimage-shortcode.zip` file.
 2. Unzip the zip file and copy the contents to a folder below `/wp-content/plugins`.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress.
 4. Place the `[wpgalleryimage]` shortcode in your posts and pages.

## سوالات متداول

  How do I display an image without a link?

Omit the `link` parameter. A link is only added if you specify the `link` parameter.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“WP Gallery Image Shortcode” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت
کرده‌اند.

مشارکت کنندگان

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

[ترجمه “WP Gallery Image Shortcode” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/wpgalleryimage-shortcode)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/wpgalleryimage-shortcode/),
را بررسی کنید [مخزن SVN](https://plugins.svn.wordpress.org/wpgalleryimage-shortcode/),
یا مشترک شوید [گزارش توسعه](https://plugins.trac.wordpress.org/log/wpgalleryimage-shortcode/)
توسط [RSS](https://plugins.trac.wordpress.org/log/wpgalleryimage-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 1.1

 * Added support for specifying the image by title.
 * Fixed the attachment query to be more reliable.

#### 1.0

 * Initial release.

## اطلاعات

 *  Version **1.1**
 *  Last updated **16 سال پیش**
 *  Active installations **10+**
 *  WordPress version ** 2.5 یا بالاتر **
 *  Tested up to **2.8.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wpgalleryimage-shortcode/)
 * Tags
 * [gallery](https://fa-af.wordpress.org/plugins/tags/gallery/)[images](https://fa-af.wordpress.org/plugins/tags/images/)
   [shortcode](https://fa-af.wordpress.org/plugins/tags/shortcode/)
 *  [نمایش پیشرفته](https://fa-af.wordpress.org/plugins/wpgalleryimage-shortcode/advanced/)

## امتیازها

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/wpgalleryimage-shortcode/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/wpgalleryimage-shortcode/)