Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

DS Gallery

Beskrivning

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

Skärmdumpar

  • screenshot-1.png

Installation

Add this to any PHP templates:
dsGalleryImages();

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

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”DS Gallery” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”DS Gallery” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

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