[WordPress] 外掛分享: Event post

WordPress 外掛 Event post 的封面圖片。

前言介紹


  • 這款 WordPress 外掛「Event post」是 2013-03-30 上架。
  • 目前有 1000 個安裝啟用數。
  • 上一次更新是 2025-04-17,距離現在已有 15 天。
  • 外掛最低要求 WordPress 6.3 以上版本才可以安裝。
  • 有 35 人給過評分。
  • 論壇上目前有 2 個提問,問題解答率 100% ,不低,算是個很有心解決問題的開發者團隊了!

外掛協作開發者


bastho | agencenous | unecologeek | leroysabrina |

外掛標籤


map | events | booking | calendar | geolocation |

內容簡介


此外掛會新增一些 meta-data 到文章中,將其轉換為完整的日曆活動。每個活動可以匯出至 ical(.ics)、outlook(vcs)、或 Google 行事曆。地理位置功能依賴於 OpenStreetMap。此外,此掛件也可以顯示天氣資訊,但不包括天文資訊。你可以在 Twitter 上追蹤 @wpeventpost 網站以獲得最新消息。可於 event-post.com 參閱範例。 此外掛會新增以下文章 meta: 日期屬性: - 開始日期 - 結束日期 - 顏色 - 活動狀態 - 活動出席方式 地點屬性: - 地址 - GPS 座標 - 虛擬地點 此外掛同時符合 WooCommerce 規範,你可以在 WooCommerce 商品頁上啟用活動功能,活動將會顯示在商品頁上,並且在活動列表、日曆、地圖和時間軸中顯示商品價格,這樣,你就可以輕鬆地賣票了,無需任何其他外掛。此掛件也提供天氣資訊屬性,可依照特定地點以及日期來取得天氣預報。你可以在網站上使用多個 blocks 和 shortcode 來列出、顯示、以及詳情介紹活動。完整的使用指南請參閱此掛件的官方文件。

原文外掛簡介


Adds some meta-data to posts to convert them into full calendar events. Each event can be exported into ical(.ics), outlook(vcs), or Google Calendar. Geolocation works thanks to openstreetmap. It can also fetch the weather, but doesn’t bring the sun 🙂 Follow @wpeventpost on Twitter for latest news. Examples on event-post.com Post metas Date attributes Begin Date End Date Color Event Status Event Attendance Mode Location attributes Address GPS coordinates Event Virtual Location WooCommerce compliant You can enable event features on Woocommerce products. The event will be displayed on the product page. Moreover, the product price will be displayed in event list, calendar, map and timeline. This, way, you can sell tickets for your events, effortlessly and without any additional plugin. Weather attribute (for a given location and date if possible) Weather Temperature Weather Usage Plugins/themes developpers documentation Blocks & Shortcodes The plugin comes with several blocks/shortcodes which allows to: [events_list]: display a list of events [events_map]: display a map of events [events_cal]: display a calendar of events [event_details]: display a detail of the current event [event_term]: display the date range of a given term based on all events it contains [events_list] Query parameters nb=5 (number of post, -1 is all, default: 5) future=1 (boolean, retrieve, or not, events in the future, default = 1) past=0 (boolean, retrieve, or not, events in the past, default = 0) cat=” (string, select posts only from the selected category, default=null, for all categories) tag=” (string, select posts only from the selected tag, default=null, for all tags) tax_name=” (string, custom taxonomy name) tax_term=” (string, the term for above taxonomy) geo=0 (boolean, retreives or not, only events which have geolocation informations, default=0) order=”ASC” (string (can be “ASC” or “DESC”) orderby=”meta_value” (string (if set to “meta_value” events are sorted by event date, possible values are native posts fields : “post_title”,”post_date” etc…) Display parameters thumbnail=” (Bool, default:false, used to display posts thumbnails) thumbnail_size=” (String, default:”thmbnail”, can be set to any existing size : “medium”,”large”,”full” etc…) excerpt=” (Bool, default:false, used to display posts excerpts) style=” (String, add some inline CSS to the list wrapper) type=”div” (string, possible values are : div, ul, ol default=div) title=” (string, hidden if no events is found) before_title='

’ (string (default

) after_title='

’ (string (default

) container_schema=” (string html schema to display list) item_schema=” (string html schema to display item) example: [events_list future=1 past=1 cat="actuality" nb=10] container_schema default value: %list% %type%> item_schema default value: %event_thumbnail%
%event_title%
%event_date% %event_cat% %event_location% %event_excerpt% %child%> [events_map] nb=5 (number of post, -1 is all, default: 5) future=1 (boolean, retreive, or not, events in the future, default = 1) past=0 (boolean, retreive, or not, events in the past, default = 0) cat=” (string, select posts only from the selected category, default=null, for all categories) tag=” (string, select posts only from the selected tag, default=null, for all tags) tax_name=” (string, custom taxonomy name) tax_term=” (string, the term for above taxonomy) tile=” (string ([email protected], OpenCycleMap, mapquest, osmfr, 2u, satelite, toner), sets the map background, [email protected]) title=” (string (default) zoom=” (number or empty (default, means fit to points) before_title='

’; (string (default

) after_title='

’ *(string (default

)** thumbnail=” * (Bool, default:false, used to display posts thumbnails)* excerpt=” (Bool, default:false, used to display posts excerpts) list=” (String (“false”, “above”, “below”, “right”, “left”) default: “false”, Display a list of posts) example: [events_map future=1 past=1 cat="actuality" nb="-1"] [events_cal] cat=” (string, select posts only from the selected category, default=null, for all categories) date=” (string, date for a month. Absolutly : 2013-9 or relatively : -1 month, default is empty, current month datepicker=1 (boolean, displays or not a date picker) mondayfirst=0 (boolean, weeks start on monday, default is 0 (sunday) display_title=0 (boolean, displays or not events title under the day number) tax_name=” (string, custom taxonomy name) tax_term=” (string, the term for above taxonomy) example: [events_cal cat="actuality" date="-2 months" mondayfirst=1 display_title=1] [event_details] attribute string (date, start, end, address, location). The default value is NULL and displays the full event bar [event_details attribute=”address”] Hooks Filters eventpost_add_custom_box_position event_post_class_calendar_link eventpost_columns_head eventpost_contentbar eventpost_default_list_shema eventpost_get eventpost_get_items eventpost_get_post_types eventpost_get_single eventpost_getsettings eventpost_item_scheme_entities eventpost_item_scheme_values eventpost_list_shema eventpost_listevents eventpost_maps eventpost_multisite_get eventpost_multisite_blogids eventpost_params eventpost_printdate eventpost_printlocation eventpost_bulk_edit_fields eventpost_quick_edit_fields eventpost_retreive event-post-rich-result eventpost_shortcode_slug Actions evenpost_init eventpost_add_custom_box eventpost_custom_box_date eventpost_custom_box_loc after_eventpost_generator eventpost_getsettings eventpost_settings_form eventpost_after_settings_form

各版本下載點


  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Event post」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。

3.9 | 4.0 | 4.2 | 4.3 | 4.4 | 4.5 | 5.0 | 5.1 | 5.2 | 5.5 | 5.6 | 5.7 | 5.8 | 5.6.1 | 5.7.1 | 5.8.2 | 5.8.3 | 5.8.4 | 5.8.5 | 5.8.6 | 5.9.0 | 5.9.1 | 5.9.2 | 5.9.3 | 5.9.4 | 5.9.5 | 5.9.6 | 5.9.7 | 5.9.8 | 5.9.9 | trunk | 5.10.0 | 5.10.1 | 5.9.10 | 5.9.11 |

延伸相關外掛(你可能也想知道)


  • The Events Calendar 》使用 The Events Calendar 免費外掛程式,在您的 WordPress 網站上輕鬆創建和管理事件日曆。不論您的事件是實體活動還是虛擬事件,這款 WordPress 日曆插件都...。
  • Events Manager – Calendar, Bookings, Tickets, and more! 》Events Manager 是一個全功能的 WordPress 活動註冊外掛程式,擁有靈活、可靠和強大的功能原則!, 版本 6 是到目前為止最大的更新,完全重構了我們的日曆、列...。
  • Simple Calendar – Google Calendar Plugin 》Simple Calendar 是將 Google 日曆事件添加到 WordPress 網站上最簡單的方法。快速設置。細調到您的需求。適用於手機的響應式設計。, Simple Calendar 功能, ...。
  • Timely All-in-One Events Calendar 》gline, ticket and registration links, and more., Enable users to RSVP to your events or buy tickets directly from your website with leading ticketi...。
  • LatePoint – Calendar Booking Plugin for Appointments and Events 》總結:LatePoint 是一個功能強大且用戶友好的 WordPress 預約管理外掛,簡化了任何規模企業的預訂管理。它提供多種功能,包括直觀的管理面板、適應移動裝置的...。
  • WP Event Manager – Events Calendar, Registrations, Sell Tickets with WooCommerce 》插件,非常容易使用且不會讓你感到事件管理插件過於複雜和功能繁多。你想要一種直觀、快速的方式來快速創建活動,而且需要快速設置活動,無論是實體活動、虛...。
  • Timetable and Event Schedule by MotoPress 》le and Event Schedule 的繁體中文描述:, MotoPress Timetable and Event Schedule 是一個全方位的組織者外掛程式,旨在協助您建立和管理單個或多個事件的線...。
  • WP Simple Booking Calendar 》您需要一個預訂行事曆來展示您度假屋的可用性嗎?如果您將您的度假屋租給來自世界各地的遊客,您應該在您的網站上使用這個免費的外掛程式!這個預訂行事曆非...。
  • The Events Calendar Shortcode & Block 》標籤內容:, , 使用 The Events Calendar Shortcode 和 Block,在需要顯示活動的地方顯示可自定義的活動列表!此外掛程式完全整合了現代部落客 (Modern Tribe...。
  • Easy Appointments 》在你的WordPress網站中添加預約系統,輕鬆管理預約。時間管理十分靈活,並且可以多地點、多服務和多工作人員。能用於:律師、美容院、修車、清潔服務、醫生、...。
  • Appointment Hour Booking – WordPress Booking Plugin 》Appointment Hour Booking 是一個 WordPress 外掛程式,可建立預約表單,用於具有開始時間和預定時間表的預約。使用者可以從一組根據「營業時間」和服務時間...。
  • XO Event Calendar 》XO Event Calendar 是一款簡單易用的活動行事曆外掛。, 其他活動可以設定為節日。, 功能特色, , 增加活動自訂文章類型及分類。, 支援自訂文章類型範本。, 在...。
  • WP-Persian 》WP-Persian 是一款快速強大的 WordPress 插件,可提供 Jalali 月曆和波斯語言支援,並支援標準插件。, , 如果您喜歡這款插件,請隨時在這個頁面的右側評分!,...。
  • WP FullCalendar 》FullCalendar是由Adam Arshaw開發的一款免費開源的jQuery外掛,它可以生成一個華麗的日曆,裡面填滿了您的活動。, 此外掛結合了FullCalendar 3.x和WordPress...。
  • Event Manager, Events Calendar, Tickets, Registrations – Eventin 》Eventin可在您的WordPress網站上創建和管理活動。Eventin是一個簡單易用的WooCommerce活動管理插件,可管理活動、日曆、會議和售賣門票,使活動註冊和管理變...。

文章
Filter
Mastodon