DG Random Image Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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.
Screenshots
No screenshots provided