Title: Get Image
Author: dgmike
Published: <strong>2008-يىلى 18-ئىيۇن</strong>
Last modified: 2009-يىلى 3-ئىيۇن

---

قىستۇرما ئىزدە

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Get Image

 يازغۇچى [dgmike](https://profiles.wordpress.org/dgmike/)

[چۈشۈر](https://downloads.wordpress.org/plugin/get-image.1.0.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/get-image/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/get-image/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/get-image/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/get-image/#developers)

 [قوللاش](https://wordpress.org/support/plugin/get-image/)

## چۈشەندۈرۈش

Note: This version only works on WordPress 2.6. If you wants to use on wordpress
2.5, please get
 the version 0.5 on download repository.

Take the last image daughter of a post. To use this plugin you just need to insert
one of
 the following commands in your template:

 * `gi_fullsize ();`
 * `gi_medium ();`
 * `gi_thumbnail ();`

Adding a parameter, it becames in the tag img generated. By default, the plugin 
will return
 a string containing the tag of the image, but you can pass the second
parameter to true to make the impression of this string.

#### Updated in version 0.5

Now you have a `gi_library ()` function. It returns all images from yout post – 
not only the
 last daughter, where you can pass some parameters like size and type
of return you wants.

The sizes of `gi_library ()` are: ›all‹, ›fullsize‹, ›medium‹, ›thumbnail‹

#### Upgraded in version 0.8

Added shortcuts for `gi_thumb ()` and `gi_full()`.

Upgraded for wordpress 2.6

Added width and height in `gi_library`.

Using the native `wp_get_attachment_image ()` function.

#### Upgraded in version 0.9

Now, `gi_fullsize()`, `gi_full()`, `gi_medium()`, `gi_thumbnail()` and `gi_thumb()`
recives two parameters.

The first is $print, this param prints the return, use it to shorcur yours call.
So, if you wants
 to print do not use:

    ```
    <?php echo gi_full(); ?>
    ```

But use:

    ```
    <?php gi_full(1); ?>
    ```

The second param says the number of image you want to use. This number is the number
of image in
 galery order. The next code prints the third image in galery on format
thumbnail.

    ```
    <?php gi_thumb(true, 3); ?>
    ```

The function `gi_library()` have shortcuts for thumb and full sizes. Now you can
use
 gi_library(›thumb‹) or `gi_library('full')` in your templates/scripts.

### Upgrated in version 1.0

Now the function `gi_library()` on mode `brute_array` returns the `post_ID`, `title`,`
caption` and `description`
 from the image.

## ئورنىتىش

 1. Upload `getimage.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ›Plugins‹ menu in WordPress
 3. Place `<?php gi_fullsize (); ?>` in your templates
 4. You can place `<?php gi_library ('thumbnail'); ?>`

#### Using gi_library

It returns all images from yout post – not only the last daughter, where you can
pass some
 parameters like size and type of return you wants. Sintax:

    ```
    gi_library ($size, $extra, $print, $return_as)
    ```

 1. The `size`s of `gi_library ()` are: ›all‹, ›fullsize‹, ›medium‹, ›thumbnail‹. Default:›
    thumbnail‹
 2. The `extra` is an extra string that you wants to put in your image tag. Default:»
 3. The `print` is used if the `return_as` is `string`. It prints the string genered.
    Default: true
 4. The `return_as` is the return that you wants. Here is the powerfull way to manipulate
    your results. The `result_as` can be: ›string‹, ›array‹, ›brute_array‹

## باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

## تۆھپىكار ۋە ئىجادكار

«Get Image» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

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

[«Get Image» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/get-image)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/get-image/)، [SVN خەزىنە](https://plugins.svn.wordpress.org/get-image/)
تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/get-image/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/get-image/)
گە مۇشتەرى بولغىلى بولىدۇ.

## Meta

 *  Version **1.0**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **17 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **20+**
 *  WordPress نەشرى ** 2.6 ياكى يۇقىرى **
 *  **2.7.1** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/get-image/)
 * بەلگە
 * [get-image](https://ug.wordpress.org/plugins/tags/get-image/)[image](https://ug.wordpress.org/plugins/tags/image/)
   [images](https://ug.wordpress.org/plugins/tags/images/)[thumbnail](https://ug.wordpress.org/plugins/tags/thumbnail/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/get-image/advanced/)

## دەرىجە

No reviews have been submitted yet.

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

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/get-image/reviews/)

## تۆھپىكار

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

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/get-image/)

## ئىئانە

بۇ قىستۇرمىنىڭ ياخشىلىنىشىنى قوللامسىز؟

 [ بۇ قىستۇرمىغا ئىئانە قىلىش ](http://dgmike.com.br)