write-time

plugin banner

To display the time it took to write the article

Author:shinji yonetsu (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:4.1
Plugin version:0.3.6
Added to WordPress repository:09-11-2014
Last updated:17-12-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://11neko.com/
Total downloads:940
Active installs:10+
plugin download
Click to start download

If you write an article by introducing this plug -in , article writing time is recorded . In addition , you can view the time it took to write the article .

Settings

  1. Enable plug -ins
  2. write an article
  3. Write the code to the part you want to display
<p><?php display_time('default'); ?></p>

for Japanese users

導入方法

  1. プラグインを有効化する
  2. 記事を書く
  3. 記事を書いた後に以下のコードを表示させたい場所に記載する

過去記事を編集した場合でも、編集時間が記録されます。 記事投稿時や編集中にサーバーとの接続が切れた場合等に正常に執筆時間が記録されない場合があります。

正常でない時間が表示されていた場合(時間が多い場合)は、管理画面のwrite timeのメニューを開くと自動更新されます。 時間の表示が少なすぎる場合は、次のアップデートで改善予定です。

<p><?php display_time('default'); ?></p>
<p><?php display_time('custom'); ?></p>

Screenshots
FAQ
ChangeLog