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

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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://ja.wordpress.org/plugins/image-browser/#description)
 * [レビュー](https://ja.wordpress.org/plugins/image-browser/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/image-browser/#installation)
 * [開発](https://ja.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.

## FAQ

  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/)をチェックする
か、[開発ログ](https://plugins.trac.wordpress.org/log/image-browser/)を [RSS](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

## メタ

 *  バージョン **0.3**
 *  最終更新日 **14年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 2.8またはそれ以降 **
 *  検証済み最新バージョン: **3.3.2**
 *  言語
 * [English (US)](https://wordpress.org/plugins/image-browser/)
 * タグ
 * [image](https://ja.wordpress.org/plugins/tags/image/)[images](https://ja.wordpress.org/plugins/tags/images/)
   [meta](https://ja.wordpress.org/plugins/tags/meta/)[search](https://ja.wordpress.org/plugins/tags/search/)
   [shortcode](https://ja.wordpress.org/plugins/tags/shortcode/)
 *  [詳細を表示](https://ja.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)