Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

DS Gallery

Descripción

It is easy to pull in a gallery, just put this into one of your PHP templates:
dsGalleryImages();

You can also add in some attributes, to fine tune
your results.

dsGalleryImages($smSize,$linkSize,$ignoreFeatured,$extraClasses);
$smSize if blank will render “thumbnail”

$linkSize if blank will render “large”
(this is not in use yet)

$ignoreFeatured if blank will render FALSE

$extraClasses if blank will render “”

You can also add in shortcode into your post
[dsGalleryImages]

The shortcode also takes the same attributes
[dsGalleryImages smSize=”medium”]

Capturas de pantalla

  • screenshot-1.png

Instalación

Add this to any PHP templates:
dsGalleryImages();

You can also add in shortcode into your post
[dsGalleryImages]

Reseñas

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“DS Gallery” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “DS Gallery” 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 .

Historial de cambios

0.3

  • Multiple options added for arrows

0.2

  • Added arrow key navigation, clicking images to advance. New admin options for each

0.1

  • Initial Commit