DS Gallery

Spit all images from a post out in a template

Author:Dan Shields (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.4.2
Plugin version:0.3
Added to WordPress repository:24-07-2012
Last updated:29-07-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://chips-ny.com
Total downloads:1 404
Active installs:10+
plugin download
Click to start download

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


Screenshots
ChangeLog