Title: Image Browser
Author: robfelty
Published: <strong>2010 年 8 月 4 日</strong>
Last modified: 2012 年 4 月 3 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](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://tw.wordpress.org/plugins/image-browser/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/image-browser/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/image-browser/#installation)
 * [開發資訊](https://tw.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⌉⌊browsing images⌉[

browsing images

[⌊Options⌉⌊Options⌉[

Options

## 安裝方式

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

## 常見問題集

  is this plugin free?

yes.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈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/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/image-browser/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/image-browser/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/image-browser/)。

## 變更記錄

#### 0.2 (2012.04.02)

 * Added random sort option

#### 0.2 (2010.08.04)

 * fixed form display

#### 0.1 (2010.08.04)

 * Initial release

## 中繼資料

 *  版本 **0.3**
 *  最後更新 **14 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 2.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.3.2**
 *  語言
 * [English (US)](https://wordpress.org/plugins/image-browser/)
 * 標籤:
 * [image](https://tw.wordpress.org/plugins/tags/image/)[images](https://tw.wordpress.org/plugins/tags/images/)
   [meta](https://tw.wordpress.org/plugins/tags/meta/)[search](https://tw.wordpress.org/plugins/tags/search/)
   [shortcode](https://tw.wordpress.org/plugins/tags/shortcode/)
 *  [進階檢視](https://tw.wordpress.org/plugins/image-browser/advanced/)

## 評分

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

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

[查看全部使用者評論](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)