Linux 软件免费装
Banner图

B7 Random Images

开发者 blogvii
更新时间 2024年11月17日 21:12
PHP版本: 7.2 及以上
WordPress版本: 6.6.2
版权: GPLv2 or later
版权网址: 版权信息

标签

random image gallery media random image

下载

1.0.0

详情介绍:

B7 Random Images allows you to display a selection of random images from your media library on any post or page using a simple shortcode. You can easily choose the images you want to display by specifying their media IDs, the total number of images to show, and the size of the images. Parameters How to use and examples To use the B7 Random Images plugin, follow these simple steps:
  1. Insert the Shortcode: Add the shortcode to your post or page where you want the random images to appear. The basic format is:
  2. media_ids: Replace "1,2,3,4,5" with the actual IDs of the images you want to display, separated by commas.
  3. total: Specify the number of random images to show (between 1 and 5). For example, total="3" will display 3 random images.
  4. size: Choose the size of the images. Options include thumbnail, medium, large, or full. The default is full.
  5. Example Usage: Here are a few examples of how to use the shortcode:
  6. To display 2 random images from specific media IDs in full size: [blogvii_random_images media_ids="10,20,30" total="2" size="full"]
  7. To display 5 random images in medium size: [blogvii_random_images media_ids="5,15,25,35,45" total="5" size="medium"]
  8. View the Results: After adding the shortcode, preview or publish your post/page to see the random images displayed.

安装:

  1. Install and activate the plugin from your WordPress Admin Dashboard.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Use the shortcode [blogvii_random_images media_ids="your_ids" total="number" size="image_size"] in your posts or pages.

屏幕截图:

  • Random image displayed on a page.

常见问题:

How do I find the media IDs?

You can find the media IDs by going to the Media Library, clicking on an image, and checking the URL in the address bar. The ID will be at the end of the URL (e.g., post=123 means the ID is 123).

Can I display more than one image?

Yes, you can specify the total parameter to display up to 5 random images.

Are the images responsive?

Yes, the layout is built with Flexbox CSS, ensuring that images adapt to different screen sizes.

更新日志:

1.0.0 - Release Date 29th Oct 2024 Initial release.