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://cn.wordpress.org/plugins/image-browser/#description)
 * [评价](https://cn.wordpress.org/plugins/image-browser/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/image-browser/#installation)
 * [开发进展](https://cn.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.

## 评价

此插件暂无评价。

## 贡献者及开发者

「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 或更高版本 **
 *  已测试的最高版本为 **3.3.2**
 *  语言
 * [English (US)](https://wordpress.org/plugins/image-browser/)
 * 标签
 * [image](https://cn.wordpress.org/plugins/tags/image/)[images](https://cn.wordpress.org/plugins/tags/images/)
   [meta](https://cn.wordpress.org/plugins/tags/meta/)[search](https://cn.wordpress.org/plugins/tags/search/)
   [shortcode](https://cn.wordpress.org/plugins/tags/shortcode/)
 *  [高级视图](https://cn.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)