该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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. 通过WordPress的的“Plugins”菜单激活插件
  3. Start using it on the ‘Widgets’ submenu of ‘Appearance’

评价

此插件暂无评价。

贡献者及开发者

「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