Shuffle Random Image Gallery
开发者 |
wilfredcy
|
更新时间 |
2024年8月4日 20:06 |
WordPress版本: |
6.4.3 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
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.
安装:
- 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
更新日志: