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.

Gallery with No Image Links

Descripción

This plugin allows you to add link=”none” to your Gallery shortcodes to create a gallery where the images do not have any links associated with them.

To use, simply add the shortcode as follows to your page/post: [gallery link=”none”]

Instalación

  1. Upload gallery-nolink.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [gallery link=”none”] where you would like your image gallery.

Preguntas frecuentes

The link=”none” is not working. Why?

Other plugins that affect the [gallery] shorttag may overwrite this plugins capability to apply the link=”none” functionality. Try disabling other plugins and test again.

In the Gallery screen, I don’t see where I can set the link to none. How do I use this?

You will need to insert a Gallery as normal, and then switch to the “HTML” tab of the page/post. Find where the editor has inserted the [gallery] tag and make sure that link=”none” is within the [gallery], i.e. [gallery link=”none”]. Be sure that there is only one entry for “link”.

Reseñas

Leer todas las 5 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “Gallery with No Image Links” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • Initial Release