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

Count All

描述

Very simple, highly customizable counter widget for showing difference in
days from a specified date and time. Allows HTML in title and body. Can
count up and down. Supports multiple instances.

Originally developed as a baby age counter, but can be used for any counting
job.

The options in the widget are:

  • Title is the widget’s title. It can contain HTML; its value is simply embedded into the resulting HTML page.

  • Content is the widget content field. It uses the DateInterval::format
    function to format the field contents. You can use any field specifiers from
    that function. Its contents are also embedded into the resulting HTML page,
    so over the %-tags, you are free to use any HTML you want.

  • Date specifies the date we should count difference from. Since this
    plugin simply calculates the difference between ‘now’ and the specified date
    (in 24-hour days), it can be used for counting down, for dates in the
    future, or counting up, for dates in the past.

You can have multiple instances of this widget, of course.

For an example usage, see the screenshots section.

螢幕截圖

  • Widget configuration (observe multiple instances)
  • This is how it looks in browser

安裝

The plugin consists of a single .php file, so it’s very easy:

  1. Upload count_all.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Start using it on the ‘Widgets’ submenu of ‘Appearance’

評價

There are no reviews for this plugin.

貢獻者及開發者

“Count All” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Count All 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.3

  • Updated to PHP7

0.2

  • Removed ‘div’ tag around content, allowing for more flexibility.

0.1

  • Initial release