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

Today's Date Inserter

外掛說明

Simply and quickly add the current date and or time to your wordpress posts by using a simple shortcode in the text of your page or post. Simply use the short code [todaysdate] in your text and when the post or page is displayed, [todaysdate] will be replaced by the current date and/or time that you defined on the settings screen.

You can also override the default format by including the format string in the shortcode.

For example, if you placed the following text in your post and your format string was set to l, F jS Y
-> Thank you for visiting my site today [todaysdate].

The date would be displayed as
-> Thank you for visiting my site today Wednesday, April 23rd 2014.

Here how to override he default setting by including the format string in the shortcode

[todaysdate format=”F Y”] would display April 2014 no matter what the default was set to.

This plugin also includes a Today’s date widget. This widget has it’s own default format, but can be overridden by and valid php date format string

The plugin also uses the timezone settings from wordpress to display the time and date.

安裝方式

  1. Upload lfo-todays-date-inserter folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

How do I add the date/time to my post?

Simply insert the following code into your post to display the current date/time.

[todaysdate]

How to I control the way the date or time is displayed?

In the wordpress dashboard, go to Settings->Todays date and in the box labeled “Enter the format string here” enter the format string you would like to use.
For a complete list of options visit http://www.php.net/manual/en/function.date.php

Do I have to use the same format for every post?

No. You can override the saved format by including the format string in the shortcode. For example using the shortcode [todaysdate format=”F Y”] will display April 2014

使用者評論

2016 年 9 月 3 日
Plugin worked as expected, but it broke WP-Statistic's time, instead of being on the timezone i set on the forum it was 5 hours behind.
2016 年 9 月 3 日
Needed something to easily show the current month on a WordPress page. Without the ability to directly edit the template, this plugin came in very handy.
閱讀全部 6 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Today's Date Inserter〉的開發相關工作。

參與者

將〈Today's Date Inserter〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

2014-08-19 version 1.2.1
Corrected a Typo in the default date string. The default will now display as Tuesday, August 19th 2014 instead of Tuesday, August, 19,th 2014
Thank you hannah!

2014-04-29 version 1.2.0
Added a Date widget

2014-04-25 version 1.1.1
corrected minor typos in readme.txt file

2014-04-24 version 1.1
added the ability to override the stroed format by including the format string in the shortcode

2014-04-22 version 1.0