Mô tả
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.
Cài đặt
- Upload
post-eventsfolder to the/wp-content/plugins/directory - Activate Post Events through the ‘Plugins’ menu in WordPress
- 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)
Hỏi đáp
- 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.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Post Events” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Post Events” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- First release
1.1
- Fixed deployment structure problem.