Title: Image Caption Links
Author: Matthew Muro
Published: <strong>1 d'abril de 2011</strong>
Last modified: 13 de setembre de 2012

---

Cerca extensions

Aquesta extensió **no s’ha provat en les darreres 3 versions majors del WordPress**.
Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat
quan s’usa en versions recents del WordPress.

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

# Image Caption Links

 Per [Matthew Muro](https://profiles.wordpress.org/mmuro/)

[Baixa](https://downloads.wordpress.org/plugin/image-caption-links.1.1.zip)

 * [Detalls](https://ca.wordpress.org/plugins/image-caption-links/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/image-caption-links/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/image-caption-links/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/image-caption-links/#developers)

 [Suport](https://wordpress.org/support/plugin/image-caption-links/)

## Descripció

_Image Caption Links_ is a plugin that automatically adds a link to the full size
image below image thumbnails with captions.

## Captures

 * [[
 * An image with a caption and the link to the high quality version.

## Instal·lació

 1. Upload `image-caption-links` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## PMF

  Can I change the text of the link?

Yes! By adding the following filter to your theme’s functions.php file, you can 
customize the link text.

    ```
    add_filter( 'icl_text', 'my_image_caption_text' );

    function my_image_caption_text(){
        return 'My Image Caption Link Text';
    }
    ```

  Can I use my own CSS?

Yes! If you want to customize the CSS output, add the following filter to your theme’s
functions.php file.

    ```
    add_filter( 'icl_css', 'my_image_caption_css' );

    function my_image_caption_css(){
        /* Replace the default image with my own */
        echo '<style type="text/css">
        .image-caption-photo{
            background:url("' . get_bloginfo('template_url') . '/images/my-image.png") no-repeat left center transparent;
            text-align:left;
            padding-left:20px;
        }
        </style>';  
    }
    ```

  The link isn’t showing up! What’s wrong?

In order for the plugin to work correctly, you will need to:

 1. Add a caption to the image you want to insert into the post
 2. Select the _File URL_ for the image link

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Image Caption Links» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ Matthew Muro ](https://profiles.wordpress.org/mmuro/)

[Traduïu «Image Caption Links» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/image-caption-links)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/image-caption-links/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/image-caption-links/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/image-caption-links/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/image-caption-links/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

**Version 1.1**

 * Update code to work with new WordPress 3.4 captions

**Version 1.0**

 * Plugin launch!

## Meta

 *  Versió **1.1**
 *  Darrera actualització **fa 14 anys**
 *  Instal·lacions actives **10+**
 *  Versió del WordPress ** 2.8 o posterior **
 *  Provada fins a **3.4.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/image-caption-links/)
 * Etiquetes
 * [captions](https://ca.wordpress.org/plugins/tags/captions/)[images](https://ca.wordpress.org/plugins/tags/images/)
   [links](https://ca.wordpress.org/plugins/tags/links/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/image-caption-links/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

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

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/image-caption-links/reviews/)

## Col·laboradors

 *   [ Matthew Muro ](https://profiles.wordpress.org/mmuro/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/image-caption-links/)