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

Juiz Outdated Post Message

説明

This plugin adds a message before or after (or both) your post content when this post is outdated.
You visitor knows when a post is a little bit outdated and reads the content keeping its age in mind.

機能

  • Choose the place where the message is displayed (before or after the content, or both)
  • Choose which type of posts that are concerned
  • Custom delay for each post
  • Hide the message for a specific post (directly from the edition page)
  • Shortcode and template function
  • Lots of hooks (for developers)

A full documentation is coming.

If you find a bug, please, tell me!

You want to translate this plugin and have your name in this page? Find translation files here.

スクリーンショット

  • The options page
  • The metabox in a post edition (specific options)
  • The message displayed before the content

インストール

You can use one of both method :

Installation via your WordPress website

  1. Go to the admin menu ‘Plugins’ -> ‘Install’ and search for ‘Juiz Outdated’
  2. Click ‘install’ and activate it
  3. (optional) Configure the Plugin in Appearance

Manual Installation

  1. Download the plugin (it’s better :p)
  2. Unzip juiz-outdated-post-message folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. It’s finished !

FAQ

No question for the moment

評価

2017年2月6日
Works like a charm! If you want to use the shortcode in your template, do it like this : <?php echo do_shortcode('[outdated]'); ?>
5件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Juiz Outdated Post Message” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Juiz Outdated Post Message” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0.4

  • Bug fix / Compatibility
    • Compatible with PHP8.
    • Tested on the latest WordPress version

1.0.3

  • Compatibility:
    • Tested up to WordPress 4.5 (RC1)
    • Tested up to PHP7
  • Engine:
    • Better code readability
    • Some improvements in security (with translations)
    • Information message bug fixed in settings page

1.0.2

  • Tested in WordPress 4.4.1
  • Interface:
    • Admin icon post type displayed in settings page
  • Improvements:
    • PHP Notice removed
    • Code error with shortcode fixed (do_shortcode('[outdated]') should works better)
    • Code design improvement

1.0.1

  • Notice in PHP 5.4 fixed

1.0.0

  • The first stable version, tell me if you find something wrong.