该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Random Images

描述

The [random_images] shortcode will display an unstyled set of random images.

Six images will display at thumbnail size linked to attachment pages by default.

To change the number of images and the size:

[random_images total=4 size=medium]

To make the links point to image files instead of attachment pages:

[random_images link=file]

If you have any questions, please ask in the support forum.

屏幕截图

  • Set of eight random thumbnail images.

安装

  1. Download archive and unzip in wp-content/plugins or install via Plugins – Add New.
  2. Start using the [random_images] shortcode in your content.

评价

此插件暂无评价。

贡献者及开发者

「Random Images」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Random Images」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • Vastly improve performance by querying for image IDs before running more complex queries.

0.7.1

  • Switch to using the class as a namespace so it can be called directly in theme files.
  • Update code example in readme.txt, move to FAQ.
  • Add an option to link directly to files instead of attachment pages.

0.7

  • First version