這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Random Auto Featured Image

描述

For posts with no featured image, and no images associated with the post, a random image is selected from the media library and set as the featured image.

The plugin currently does not test for images associated with the post.

Instead, install and run the Easy Add Thumbnail plugin (https://wordpress.org/plugins/easy-add-thumbnail/).

That plugin will set the featured image on all posts that both have no featured image AND have an image associated with the post.

What is left is posts without featured images and without any images.

This plugin provides a random image from the sites media library so that index pages look more interesting (and possibly confusing/humorous depending on which image is randomly selected.)

There is a notice at the bottom of each post the plugin has updated noting the random image. In a future release, this note will be optional via the standard user interface, but for now one has to edit the plugin and remove the last “filter” line.

安裝

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.

  2. Activate the plugin through the ‘Plugins’ screen in WordPress

常見問題

Are posts “marked” in some way after the featured image is set?

Yes. The wp_postmeta table has the RandFeat key set with a value of 1 after the image is set.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Random Auto Featured Image” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Random Auto Featured Image 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Initial release