DG Random Image

Displays a random image from one of the children of a named page, i.e. Gallery -> 2008 -> Holiday -> picture1

Author:Menno Dekker (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:3.0.5
Plugin version:1.01
Added to WordPress repository:15-10-2008
Last updated:26-10-2010
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://www.dutchguys.com/plugins
Total downloads:1 900
Active installs:10+
plugin download
Click to start download

In my blog I use pages for the gallery. I have a main index Gallery that has children for each year which contain the actual gallery pages.

I wanted to display a random image from this gallery and couldn't find a plugin to do it so I wrote my own. Usage is really simple: The following line in your template <?php echo DG_Random_Image(array('title' => 'Gallery', 'class' =>'alignleft', 'x' => 125, 'y' => 125)); ?> or just use the widget.

title is the name of the index page, no pictures will be taken from this page, only from childpages.

class is an optional class to assign to the image

x is the width to assign to the thumbnail

y is the height to assign to the thumbnail

It will output the thumbnail for this picture with the given dimensions, linked to the page it belongs to.