Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

DS Gallery

Beschrijving

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”]

Schermafdrukken

  • screenshot-1.png

Installatie

Add this to any PHP templates:
dsGalleryImages();

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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“DS Gallery” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “DS Gallery” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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