Title: Image Browser
Author: robfelty
Published: <strong>اگست 4, 2010</strong>
Last modified: اپریل 3, 2012

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

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

# Image Browser

 منجانب [robfelty](https://profiles.wordpress.org/robfelty/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/image-browser.0.3.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/image-browser/#description)
 * [جائزے](https://ur.wordpress.org/plugins/image-browser/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/image-browser/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/image-browser/#developers)

 [معاونت](https://wordpress.org/support/plugin/image-browser/)

## تفصیل

Allows you to browse all images on your blog by date and/or category, with the
 
ability to also search image captions for keywords.

#### Options

The image browser plugin has 3 places where you can specify options.

 1. adminstration menu
 2. shortcode
 3. url query parameters

These are listed in ascending order of precedence, that is, url query
 parameters
override any shortcode parameters, which override default options specified in the
administration settings page.

Default options are listed below

    ```
        $defaults = array(
          'limit' => 30,
          'cols' => 3,
          'size' => 'thumbnail',
          'year' => 0,
          'month' => 0,
          'category' => 0,
          'keywords' => '',
          'sortby' => 'post_date',
          'sortorder' => 'DESC',
          'page' => 1
        );
    ```

 * limit – how many images to display at one time
 * cols – the number of columns for the image browser
 * size – size of picture to display. Available options:
    - thumbnail (default)
    - medium
    - large
    - full
 * year – retrieve images from this year
    - 0 means all years (default)
    - current displays the current year
 * month – retrieve images from this month
    - 0 means all months (default)
    - current displays the current month
 * category – retrieve images whose post_parent belongs to this category
    - 0 means all categories (default)
 * keywords – Search image captions for these keywords
    - 0 means all categories (default)
 * sortby – Field to sort by. Available options:
    - post_date (The image date) (default)
    - post_title (The image title)
    - post_excerpt (The image caption)
 * sortorder – Order to sort by. Available options:
    - ASC – ascending order
    - DESC – descending order
    - RANDOM – random order
 * page – which page to show

#### Example

Here is an example shortcode to display all images from 2009 that belong to
 posts
with category 10 [imagebrowser year=2009 category=10]

## اسکرین شاٹس

 * [[
 * browsing images
 * [[
 * Options

## انسٹالیشن

Activate the plugin. Add [imagebrowser] shortcode to a new or existing page.

## عمومی سوالات

  is this plugin free?

yes.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Image Browser” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

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

[“Image Browser” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/image-browser)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/image-browser/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/image-browser/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/image-browser/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/image-browser/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 0.2 (2012.04.02)

 * Added random sort option

#### 0.2 (2010.08.04)

 * fixed form display

#### 0.1 (2010.08.04)

 * Initial release

## میٹا

 *  Version **0.3**
 *  Last updated **14 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 2.8 یا اس سے جدید **
 *  Tested up to **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/image-browser/)
 * Tags
 * [image](https://ur.wordpress.org/plugins/tags/image/)[images](https://ur.wordpress.org/plugins/tags/images/)
   [meta](https://ur.wordpress.org/plugins/tags/meta/)[search](https://ur.wordpress.org/plugins/tags/search/)
   [shortcode](https://ur.wordpress.org/plugins/tags/shortcode/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/image-browser/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

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

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

## شراکت دار

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

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/image-browser/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://blog.robfelty.com/plugins)