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.

Nested image caption shortcode

Descripción

The core img_caption_shortcode() function doesn’t process shortcodes when they’re in the caption (just when they’re in the image). This simple plugin changes it so that captions can contain shortcodes.

It also fixes some other small edge-case bugs in the original code.

Instalación

See «Installing Plugins» article on the WP Codex

Once installed and activated, there’s nothing more you need to do (though you
can use filters in your themes functions.php to change the behaviors)

FAQ

How do I use it

Just activate the plugin.

What else does it fix
  • When there is no image, core WordPress forgets to process content for shortcodes
  • When there is no image or width specified, core WordPress prunes out the entire caption, this tries (sort of) to restore that caption and process it for shortcodes.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Nested image caption shortcode» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Nested image caption shortcode» 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