這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Events as Posts

描述

Events as Posts is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date, time and location.

It also allows you to display lists of events everywhere on your site using a shortcode. You can choose if you want to display future, past or all the events, and also the number of events and of which category.

螢幕截圖

  • Adding a new event

安裝

Installation via WordPress

  1. Go to the menu ‘Plugins’ -> ‘Install’ and search for ‘Events as Posts’
  2. Click ‘Install’

Manual Installation

  1. Upload ‘events-as-posts’ directory to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to ‘Events’ -> ‘Add event’ in the admin menu to publish your events
  4. Go to ‘Events’ -> ‘Settings’ in the admin menu to create a shortcode for a list of events and add styles to it

常見問題

When I choose to display events by category they are not showing

Double check that you have written the category name correctly and, if you have more than one category, that you have separated them with a comma.

I chose to display the excerpt in a list of events and it’s showing in all the lists, how can it be?

The setting that allows you to show the excerpt on lists of events is not related to the shortcode and if selected it will show the excerpt on all the lists.

Can I change the order of how events on the list are displayed?

Yes, just add to the shortcode order="ASC" for ascendent order or order="DESC" for descendent order.

Using events’ metadata with other plugins

Use the following meta keys:

  • eap_from_day: starting date of the event ( Y-m-d format )
  • eap_from_day_custom_format: starting date of the event ( settings’ format )
  • eap_from_time: starting time of the event ( H:i format )
  • eap_from_time_custom_format: starting time of the event ( settings’ format )
  • eap_until_day: ending date of the event ( Y-m-d format )
  • eap_until_day_custom_format: ending date of the event ( settings’ format )
  • eap_until_time: ending time of the event ( H:i format )
  • eap_until_time_custom_format: ending time of the event ( settings’ format )
  • eap_location: location of the event
  • eap_link_location: link to event’s location
  • eap_city: event’s city
  • eap_country: event’s country
  • eap_add_info: additional information about the event

If you’re going to use ‘M’ or ‘F’ as a date format for the month, which display the month in letters (short and long form), the month name will be stored in the database in the language of the user who created or updated the event.

評價

2020年12月10日 1 reply
The Eventbrite overbloated plugs made look for simple smart lightweight solution. This exactly basis I need for my own custum checkout. Tankyou fot this great plugin!
2018年11月1日
This is a really simple plugin but works exactly what I need. Support is really fast on email. Excellent job!
閱讀全部2個評價

貢獻者及開發者

“Events as Posts” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Events as Posts 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Events as Posts 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.5.9 — 14 of December, 2019

  • Added Gutenberg support to event post type, and fixed issue with events disappearing on future and past event lists depending on until day field settings.

0.5.8 — 28 of May, 2019

  • Added front-end stylesheet again, but now can be disabled using wp_deregister_style() in case you don’t want to use the plugin default styles.

0.5.7 — 27 of May, 2019

  • Cleaned up code that displays the styles, and correct a wrong option name in setting’s page.

0.1 — 15 of September, 2018

  • First release.