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

Post Events

説明

Displays a calendar-style list of links to posts based on an “event-date” custom-field. This allows for an events
calendar populated from within standard posts.

インストール

  1. Upload post-events folder to the /wp-content/plugins/ directory
  2. Activate Post Events through the ‘Plugins’ menu in WordPress
  3. Add the Post Events widget to a sidebar.

To include a post in the Post Events widget simply add a custom field called “event-date” with the date of the event
listed in ISO format (YYYY-MM-DD eg. 2010-05-29).

The widget can be configured with a title, maximum number of events to list and date format (based on PHP’s date() format strings)

FAQ

How do I create events?

Add a post with detail of the event, ensuring that you add a custom field called “event-date” with the date of the event in YYYY-MM-DD format.

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.0

  • First release

1.1

  • Fixed deployment structure problem.