Title: Image Browser
Author: robfelty
Published: <strong>4 agosto, 2010</strong>
Last modified: 3 abril, 2012

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

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

# Image Browser

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

[Baixar](https://downloads.wordpress.org/plugin/image-browser.0.3.zip)

 * [Detalhes](https://br.wordpress.org/plugins/image-browser/#description)
 * [Avaliações](https://br.wordpress.org/plugins/image-browser/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/image-browser/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/image-browser/#developers)

 [Suporte](https://wordpress.org/support/plugin/image-browser/)

## Descrição

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]

## Capturas de tela

[⌊browsing images⌉⌊browsing images⌉[

browsing images

[⌊Options⌉⌊Options⌉[

Options

## Instalação

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

## Perguntas frequentes

  is this plugin free?

yes.

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“Image Browser” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

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

[Traduzir o “Image Browser” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/image-browser)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/image-browser/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/image-browser/) ou
assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/image-browser/)
por [RSS](https://plugins.trac.wordpress.org/log/image-browser/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 0.2 (2012.04.02)

 * Added random sort option

#### 0.2 (2010.08.04)

 * fixed form display

#### 0.1 (2010.08.04)

 * Initial release

## Meta

 *  Versão **0.3**
 *  Última atualização **14 anos atrás**
 *  Instalações ativas **10+**
 *  Versão do WordPress ** 2.8 ou superior **
 *  Testado até **3.3.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/image-browser/)
 * Tags
 * [image](https://br.wordpress.org/plugins/tags/image/)[images](https://br.wordpress.org/plugins/tags/images/)
   [meta](https://br.wordpress.org/plugins/tags/meta/)[search](https://br.wordpress.org/plugins/tags/search/)
   [shortcode](https://br.wordpress.org/plugins/tags/shortcode/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/image-browser/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

[Sua avaliação](https://wordpress.org/support/plugin/image-browser/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/image-browser/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/image-browser/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](http://blog.robfelty.com/plugins)