Title: Image Browser
Author: robfelty
Published: <strong>4 Agosto 2010</strong>
Last modified: 3 Aprile 2012

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# Image Browser

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

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

 * [Dettagli](https://it.wordpress.org/plugins/image-browser/#description)
 * [Recensioni](https://it.wordpress.org/plugins/image-browser/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/image-browser/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/image-browser/#developers)

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

## Descrizione

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]

## Screenshot

 * [[
 * browsing images
 * [[
 * Options

## Installazione

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

## FAQ

  is this plugin free?

yes.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Image Browser” è un software open source. Le persone che hanno contribuito allo
sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “Image Browser” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/image-browser)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/image-browser/) segui
il [repository SVN](https://plugins.svn.wordpress.org/image-browser/), segui il 
[log delle modifiche](https://plugins.trac.wordpress.org/log/image-browser/) tramite
[RSS](https://plugins.trac.wordpress.org/log/image-browser/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

 *  Versione **0.3**
 *  Ultimo aggiornamento **14 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 2.8 o superiore **
 *  Testato fino alla versione **3.3.2**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/image-browser/)
 * Tag
 * [image](https://it.wordpress.org/plugins/tags/image/)[images](https://it.wordpress.org/plugins/tags/images/)
   [meta](https://it.wordpress.org/plugins/tags/meta/)[search](https://it.wordpress.org/plugins/tags/search/)
   [shortcode](https://it.wordpress.org/plugins/tags/shortcode/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/image-browser/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/image-browser/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/image-browser/)

## Donazioni

Vuoi sostenere le versioni future?

 [ Fai una donazione per lo sviluppo ](http://blog.robfelty.com/plugins)