Descripció
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”]
Instal·lació
Add this to any PHP templates:
dsGalleryImages();
You can also add in shortcode into your post
[dsGalleryImages]
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«DS Gallery» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «DS Gallery» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
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