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

WP Post of the Day

描述

The WP Post of the Day plugin allows you to display a new post once a day.

Using this plugin is simple:

  1. Install the plugin
  2. Activate the plugin
  3. On the page or post where you want to have a post display, add the [wp_post_of_the_day] shortcode where you want your post to appear.
  4. Save your changes.

Features

  • Works with custom post types
  • No settings page, just an easy way for you to show a daily post on your site
  • Clean, well written code that won’t bog down your site

安裝

Prerequisites

If you don’t meet the below requirements, I highly recommend you upgrade your WordPress install or move to a web host
that supports a more recent version of PHP.

  • Requires WordPress version 4.5 or greater
  • Requires PHP version 5.3 or greater

The Easy Way

  1. In your WordPress admin, go to ‘Plugins’ and then click on ‘Add New’.
  2. In the search box, type in ‘WP Post of the Day’ and hit enter. This plugin should be the first and likely the only result.
  3. Click on the ‘Install’ link.
  4. Once installed, click the ‘Activate this plugin’ link.

The Hard Way

  1. Download the .zip file containing the plugin.
  2. Upload the file into your /wp-content/plugins/ directory and unzip
  3. Find the plugin in the WordPress admin on the ‘Plugins’ page and click ‘Activate’

常見問題

The [wp_post_of_the_day] shortcode supports a few attributes to give you more control over the results:

  • author – Provide an author ID or a comma-separated list of author IDs if you want to limit the selected posts to one of those authors. Example: [wp-post-of-the-day author="1, 11, 14"]

  • not – Provide a comma-separated list of post IDs to exclude. Example: [wp-post-of-the-day not="3, 456, 876"]

  • post_type – Provide a post type or a comma-separated list of post types to pull from. You must use the internal post type name. Default is post. Example: [wp-post-of-the-day post_type="page"]

  • search – Provide a custom search term to limit the selected posts returned. Example: [wp-post-of-the-day search="relativity"]

  • taxonomy – Provide a custom taxonomy to pull from. Requires the terms attribute to be set as well. Example: [wp-post-of-the-day taxonomy="post_tag" terms="2,4"]

  • terms – Provide a term ID or comma-separated list of term IDs to limit the selected posts returned. Requires the taxonomy attribute to be set as well. Example: [wp-post-of-the-day taxonomy="post_tag" terms="2,4"]

  • class – Provide a custom class name for the wrapping HTML div. Example: [wp-post-of-the-day class="my-custom-class"]

  • size – Provide a registered image size to use for image display (optional, only takes effect if images are being shown). Example: [wp-post-of-the-day size="thumbnail"]

  • show – Provide a comma-separated list of post elements to display. You can also use a vertical pipe | character instead of a comma to separate items into columns. Options are: title, image, excerpt, content. Defaults to title, image, excerpt. Items will show in the order you provide. Note: If images are shown, only posts with featured images will be returned. Example: [wp-post-of-the-day show="title, image"]

Keep in mind that any of these attributes can be combined as needed. Example: [wp-post-of-the-day author="19" size="full" not="2310"]. Also, keep in mind that the shortcode can be used in text widgets.

評價

2022年2月6日
Excellent plugin it is still compatible with wordpress 5.9, it offers many options via the shortcode. Thanks a lot to the developer for this plugin
2019年5月30日
Simple, well coded and effective. Will the stored IDs reset after all posts have been shown?
閱讀全部2個評價

貢獻者及開發者

“WP Post of the Day” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP Post of the Day 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0

  • Tested in WordPress version 5.2