このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

article write time

説明

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

for Japanese users

導入方法

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

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

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

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

Arbitrary section 1

スクリーンショット

  • Example that was displayed

インストール

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php display_time('default'); ?> in your templates

FAQ

A question that someone might have

An answer to that question.

評価

このプラグインにはレビューがありません。

貢献者と開発者

article write time はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“article write time” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.3.6

add graph and bugfix.

グラフ表示機能の追加
プラグインメニューを開いた際に、異常な記録時間を修正するようにしました。

0.2.2

add menu. and bugfix.

0.1

First release.