DS Gallery

DS Gallery Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,393 downloads
DS Gallery Icon

Try plugin: DS Gallery

We'll create fresh WordPress site with DS Gallery installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About DS Gallery

Spit all images from a post out in a template

0


0


0


0


0

updated: 12 years ago
since: 12 years ago
author: Dan Shields

Description

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