Title: Chip Get Image
Author: life.object
Published: <strong>1 de diciembre de 2010</strong>
Last modified: 10 de marzo de 2011

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

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

# Chip Get Image

 Por [life.object](https://profiles.wordpress.org/lifeobject/)

[Descargar](https://downloads.wordpress.org/plugin/chip-get-image.0.3.zip)

 * [Detalles](https://es-ec.wordpress.org/plugins/chip-get-image/#description)
 * [Valoraciones](https://es-ec.wordpress.org/plugins/chip-get-image/#reviews)
 *  [Instalación](https://es-ec.wordpress.org/plugins/chip-get-image/#installation)
 * [Desarrollo](https://es-ec.wordpress.org/plugins/chip-get-image/#developers)

 [Soporte](https://wordpress.org/support/plugin/chip-get-image/)

## Descripción

_Chip Get Image_ is a plugin that grabs images by using its unique _Short Circuit
Speedy Logic_. It is very flexible and easy to use plugin for adding thumbnails,
featured images or other images to the blog posts.

_Short Circuit Speedy Logic_ is highly flexible that gives you power to grab an 
image by your choice from custom field input, WordPress post image feature, post
attachment or from all as default behaviour.

Visit [Chip Get Image](http://www.tutorialchip.com/chip-get-image/) for usage and
more information.

## Instalación

 1. Upload `chip-get-image` folder to your `/wp-contents/plugins` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Add the appropriate code to your template files as outlined in the `Plugin URI`.

More detailed instructions are provided in the plugin’s URl. It is important to 
read online article properly to understand all of the options and how the plugin
works.

## FAQ

  Why was this plugin created?

Many themes require a lot of work when inputting images to make them look good. 
This plugin was developed to make that process much easier for the end user. But,
at the same time, it needed to be flexible enough to handle anything.

  How does it pull images?

 1. Looks for an image by custom field.
 2. If image does not find, check for post image (WordPress 2.9+ feature).
 3. If no image is found again, it will find image attached to the post.
 4. If attempt is not successful, it will add default image to the post. (You must 
    set default image) .

  What is Short Circuit Speedy Logic?

You have noticed that plugin by default will make four steps attempt to find image,
but you can make it speedy by changing the default behavior of Short Circuit Speedy
Logic. It will increase the speed dramatically. For example, When you are very much
sure that image will be found from attachment only, than you can tell the plugin
to find it from attachment first and than for other options, OR attachment only.

  How do I add it to my theme?

There are several methods, but in general, you would use this call:

    ```
    <?php
    if( function_exists( "chip_get_image" ) ):
    $chip_image = chip_get_image();
    ?>
    <a href="<?php echo $chip_image['posturl']; ?>" title="<?php echo $chip_image['alt']; ?>"><img src="<?php echo $chip_image['imageurl']; ?>" alt="<?php echo $chip_image['alt']; ?>" width="150" height="150" /></a>
    <?php
    endif;
    ?>
    ```

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

«Chip Get Image» es un software de código abierto. Las siguientes personas han colaborado
con este plugin.

Colaboradores

 *   [ life.object ](https://profiles.wordpress.org/lifeobject/)

[Traduce «Chip Get Image» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/chip-get-image)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/chip-get-image/) ,
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/chip-get-image/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/chip-get-image/)
por [RSS](https://plugins.trac.wordpress.org/log/chip-get-image/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 0.3

 * A PHP Error has been fixed. Error was observed in WordPress 3.1 release.

#### 0.2

 * A PHP Notice has been fixed. Notice was observed when WordPress runs in WP_DEBUG
   true mode.

#### 0.1

Plugin released. I have tested it in different dimensions at my personal blog.

## Meta

 *  Version **0.3**
 *  Last updated **hace 15 años**
 *  Active installations **10+**
 *  WordPress version ** 2.9 o superior **
 *  Tested up to **3.1.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/chip-get-image/)
 * Tags
 * [automatic](https://es-ec.wordpress.org/plugins/tags/automatic/)[featured](https://es-ec.wordpress.org/plugins/tags/featured/)
   [image](https://es-ec.wordpress.org/plugins/tags/image/)[post](https://es-ec.wordpress.org/plugins/tags/post/)
   [posts](https://es-ec.wordpress.org/plugins/tags/posts/)
 *  [Vista avanzada](https://es-ec.wordpress.org/plugins/chip-get-image/advanced/)

## Valoraciones

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/chip-get-image/reviews/)

## Colaboradores

 *   [ life.object ](https://profiles.wordpress.org/lifeobject/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/chip-get-image/)