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.

fla_Image Caption

Descripción

Plugin accesses the caption shortcode via add_filter( \'img_caption_shortcode\', ... ).

By default, image authors are read out of the description of the respective image. Therefore, they have to be tagged in a specific way:
In the description of the respective image, accessible under ‘Media’ > ‘Edit’ > ‘Description’, the image author (or multiple image authors) have to be wrapped in <author></author> tags.

If there are no authors in image description, the plugin tries to read authors from the image’s Exif information. If successful, image authors are automatically saved into image description.

Instalación

  1. Upload fla_image-caption folder into the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. (optional) Customize Plugin Options through the respective menu in ‘Options’
  4. Use [caption] shortcode in your pages and posts

Preguntas frecuentes

none

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«fla_Image Caption» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «fla_Image Caption» 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.1

  • Coding paradigm changed to Object-Oriented programming.
  • Default Options work on installation without customizing.
  • Multiple Authors