Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

DS Gallery

Popis

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

Snímky obrazovky

  • screenshot-1.png

Instalace

Add this to any PHP templates:
dsGalleryImages();

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

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

DS Gallery je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přeložte “DS Gallery” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

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