Description
The Shuffle Random Image Gallery plugin is a dynamic WordPress plugin that effortlessly refreshes your website’s appearance by displaying random images.
This plugin is perfect for galleries, portfolios, or any web space that benefits from visually engaging content.
Using shortcodes, you can display random images from specified posts or directly from media IDs, adding an element of surprise and variety to your site.
Use Shortcodes to Display Random Images:
To display random images from specified posts, use the shortcode [shuffle_featured_images post_ids=”1,2,3″], replacing 1,2,3 with your own comma-separated post IDs.
To display random images from specified media IDs, use the shortcode [shuffle_images media_ids=”1,2,3″], replacing 1,2,3 with your own comma-separated media IDs.
Customize and Place Shortcodes: You can place these shortcodes in any page or post where you want the random images to appear. The images will shuffle and display randomly each time the page is loaded.
Screenshots
Installation
- Upload
shuffle-random-image-gallery.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>
in your templates
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Shuffle Random Image Gallery” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Shuffle Random Image Gallery” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
- Added size option