>
Download This Plugin | |
Download Elegant Themes | |
Name | FX random image |
Version | 1.0.2 |
Author | Aivaras Sondeckis |
Rating | 100 |
Last updated | 2011-05-20 10:31:00 |
Downloads |
1337
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
FX random image plugin added 3 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
FX random image plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! FX random image plugin ads no tables to your Wordpress blog database.Plugin creates widget that displays one random image from current page or post attached images, or from any page or post set by ID. You can set size of image to display.
Displays a random image from post or page you specify. Plugin creates FX-Random-image widget. Use widget to add image to sidebar or add <?php FX_Random_Image($pageID, $link, $size); ?>
function to theme. $pageID is page/post ID from there to take images, if $link = true adds link to image, $link = false no link on image, $size - image size ('thumbnail', 'medium' or 'large'). Example <?php FX_Random_Image(1, false, 'large'); ?>