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

How Old Am I

外掛說明

How Old Am I calculates and displays ages in several formats, giving you up-to-date detailed age information which can be added on your posts and pages, without having to constantly update them.

螢幕擷圖

  • The plugin's settings
  • Example using default settings
  • Example using custom format with age in numbers
  • Example using Custom format with age in full
  • Example using shortcode attributes

安裝方式

How to install

  1. Upload the extracted archive to wp-content/plugins/ or upload the archive from the admin dashboard (Plugins -> Add New -> Upload).
  2. Activate the plugin via the Plugins menu

How to configure

  1. Open the plugin settings page (Settings -> How Old Am I).
  2. Enter your birth date.
  3. Select a display format.
  4. Select how to deal with negative ages.

How to use

Select your date of birth and enter the shortcode [how-old-am-i] in any post or page.

The following attributes are available to be used in the shortcode (the attributes can be combined):

  • on — takes as an argument either a date (format: YYYY-MM-DD) and overrides the current date, or the word “post” and uses the date & time of the post to override the current date
  • bday — takes as an argument either a date (format: YYYY-MM-DD) and overrides the birth date set on the plugin’s settings, or the word “post” and uses the date & time of the post to override the birth date

Some examples using the attributes:

  • [how-old-am-i on=”2013-03-01″] — displays the age as it was on the 1st of March, 2013
  • [how-old-am-i on=”post”] — displays the age as it was on the date the post was published on
  • [how-old-am-i bday=”1980-02-22″] — displays the age using as a birth date the 22nd of February, 1980
  • [how-old-am-i bday=”post”] — displays the age using as a birth date the date that the post was published on
  • [how-old-am-i on=”2013-03-01″ bday=”1980-02-22″] — displays the age of a person born on the 22nd of February, 1980, as it was on the 1st of March, 2013, ignoring both the birth date set in the plugin’s setting, and the current date
  • [how-old-am-i on=”post” bday=”1980-02-22″] — the same example as before, using the publish date of the post as the current date
  • [how-old-am-i on=”2013-03-01″ bday=”post”] — the same example as before, using the publish date of the post as the birth date

常見問題集

How can I get support?

For questions, issues, or feature requests, you can contact me, or post them either in the WordPress Forum (make sure to add the tag “how-old-am-i”), or in this blog post.

使用者評論

2016 年 9 月 3 日
Rev.1 : I found the soln. to enable any shortcode incl. "How Old Am I"on each front page entries and excerpts : Shortcodes Anywhere or Everywhere https://wordpress.org/plugins/jonradio-shortcodes-anywhere-or-everywhere/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Not thing to said, simply perfect and unique! I've some suggestion, is it possible to use this shortcode on post title and excerpt? Thanks in advance,
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈How Old Am I〉的開發相關工作。

參與者

將〈How Old Am I〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.2.0

  • Added the ability to show negative ages.
  • Removed support for PHP versions lower than 5.3 since WordPress rejects legacy code needed to make the plugin work for such versions.

1.1.0

  • Added “on” and “bday” shortcode attributes.

1.0.0

  • Initial release.