The shortcode will display simple set of random images..
You can enable your theme to display the in widget by adding snippet of code to the functions php file in your theme or child theme.
It uses any attached in the blog for the source images..
To change the number of images and the size..
To make the links point to image files instead of attachment pages..
To enable the random images shortcode text widgets, add this to the functions php file in your theme or child theme. ** * If Random Images plugin is active, allow the random images shortcode to work text widgets ** if ) add filter ..
This example will display set of random images from theme file if ) echo Random Images Plugin random images )...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Switch to using the class as namespace so it can be called theme files..
Update code example in readme txt, move to FAQ..
Read more