前言介紹
- 這款 WordPress 外掛「DA Media GigList」是 2020-10-06 上架。
- 目前有 20 個安裝啟用數。
- 上一次更新是 2024-08-02,距離現在已有 275 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
daveboulden | damedialimited |
外掛標籤
gig | band | Event | calendar | musician |
內容簡介
DA Media Gig List 是一款 WordPress 外掛,可讓您建立可配置演出列表以顯示在您的 WordPress 網站上。它會管理所有演出和場地以及它們對應的詳細資料。它提供多種選項以顯示可配置的演出列表,以適應您的特定需求。
該外掛創建了兩個新的自訂文章類型,一個用於 Gigs,另一個用於 Venues。
Venue 文章類型包含額外的場地地址和聯繫方式,以及 Google 地圖鏈接的欄位。
Gig 文章類型提供了演出的日期和開始時間以及場地鏈接的額外欄位。
該外掛提供了選項,以可覆寫的模板頁面或通過小工具、文章和頁面中的簡碼顯示演出列表。演出按日期順序顯示,可以按年份或月份分組,也可以完全不分組。
還包括一個帶有簡單易用的 UI 的管理頁面,可通過在動態一組下拉字段和日期選擇器中選擇所有可用選項來創建簡碼。然後,只需將其複製並粘貼到您的頁面、文章或小工具中即可。
簡碼
在頁面、文章和小工具中顯示演唱會列表的簡碼格式為:
[damlgiglist group_by="Month|Year|None" list_title="My gig list" start_date="tomorrow" end_date="last day of December this year" limit="10" show_headers="Y|N"]
group_by 參數將通過“Month”或“Year”將演出按月或年分組。任何其他值都將壓制所有分組。
list_title 參數可用於覆蓋外掛的默認設置。如果指定空標題,即使在外掛的默認標題中有值,標題也將被刪除。
start_date 和 end_date 參數用於設置顯示哪些演出。您可以使用文本 PHP 格式相對日期–查看更多信息。如果您需要一個固定的日期,它必須以 YYYY-MM-DD 的格式指定。在提供的時間範圍之外的所有演出都不會顯示。如果未提供值或省略了參數,則日期參數將默認為演出列表設置管理頁面中的默認日期。
limit 參數將限制要顯示的演出數量(即如果 limit=”5″,則只會顯示前 5 個匹配的演出)。省略此參數將顯示所有匹配的演出。
show_headers 參數將列出演唱會列表顯示中的列標題當參數設置為“Y”時,並在設置為“N”時隱藏它們。
小工具
從 v1.6.0 開始,外掛現在提供了一個小工具,具有與簡碼生成器頁面相同的選項,但是位於可以在 WordPress Widgets 管理頁面上的任何側欄區域中的小工具。
模板
從 v1.1.0 開始,該外掛現在支持通過覆蓋 Gig、Venue 和 Gig List 模板(僅限文章存檔模板,目前尚未簡碼)進行主題。只需從插件中的 /inc/templates 目錄中複製適當的模板到當前主題的根目錄,並根據自己的需求或匹配所選主題進行調整。我們強烈建議您只使用子主題進行此操作,以便在更新主題時不會丟失新模板。
CSV 導入
從 v1.7.0 開始,Gigs 和 Venues 現在可以從 CSV 文件中導入。"DAMedia GigList CSV" 導入者在 "工具 > 導入" 管理菜單頁面中可用。導入頁面還提供了一些進一步的選項,以控制如何處理導入數據和重複記錄。
原文外掛簡介
DA Media Gig List enables you to create a configurable gig list to display on your WordPress site. It will manage all gigs and venues along with their corresponding details. It provides multiple options to display a configurable gig list to suit your specific requirements.
The plugin creates two new Custom Post Types, one for Gigs and one for Venues.
The Venue post type contains extra fields for the venue address and contact details as well as a Google Maps link.
The Gig post type provides extra fields for the Gig’s date and start time plus a link to a Venue.
The plugin provides options to display the Gig List as an overridable templated page or via a shortcode in widgets, posts and pages. Gigs are shown in date order and may be grouped by either year or month or with no grouping at all.
Also included is an admin page with a simple to use UI to create a shortcode by selecting your choices from all available options in a dynamic set of dropdown fields and date-pickers. This can then be simply copy & pasted into your page, post or widget.
Shortcode
The format of the short code to display the gig list in pages, posts and widgets is:
[damlgiglist group_by="Month|Year|None" sort_by="date_asc|date_desc" list_title="My gig list" start_date="tomorrow" end_date="last day of December this year" limit="10" show_headers="Y|N"]
The group_by parameter will group the gigs by month or year if “Month” or “Year” is supplied as the parameter. Any other value will suppress all grouping.
The sort_by parameter will sort the gigs ascending date “date_asc” is supplied as the parameter or descending date if “date_desc” is supplied.
The list_title parameter can be used to override the plugin settings default. Specifying an empty title remove the title altogether even if there is a value in the plugin settings default title.
The start_date and end_date parameters are used to set which gigs are shown. You can use textual PHP format relative dates – see more information here. If you require a fixed date, it must be specified in the format: YYYY-MM-DD. Any gigs outside the supplied from and to dates will not be shown. The date parameters default to the default dates set in the Gig List Settings admin page if no values are supplied or the parameters are omitted.
The limit parameter will limit the number of gigs shown to the value supplied (i.e. if limit=”5″ then only the first 5 matching gigs will be shown). Omitting this parameter will show all matching gigs.
The show_headers parameter will show the column headers in the gig list display when the parameter is set to “Y” and will hide them when set to “N”.
Widget
Since v1.6.0, a widget is now provided with the same options as the Shortcode Builder page, but inside a widget that can be placed in any sidebar area on the WordPress Widgets admin screen.
Templates
Since v1.1.0, the plugin now supports theming by overriding the Gig, Venue and Gig List templates (only the post archive template, not the shortcode as of yet). Simply copy the appropriate template from the /inc/templates directory within the plugin to the root of your current theme and adapt it to your own needs or to match your chosen theme. We strongly recommend you only do this with a child theme so that your new template will not be lost when updating the theme.
CSV Import
From v1.7.0, Gigs and Venues may now be imported from CSV files. A “DAMedia GigList CSV” importer is available within the “Tools > Import” admin menu page. The import page also offers links to download sample Gig and Venue CSV files to use as the basis of your own imports. All fields and optional featured images (by loading from a specified URL) can be loaded via these CSV files.
Translations
English – default, always included
Machine translated by Yandex
Danish: Dansk
Dutch: Nederlands
Finnish: Suomi
French: Français
German: Deutsch
Greek: Ελληνικά
Italian: Italiano
Japanese: 日本語
Polish: Polski
Portuguese: Português
Russian: Русский
Spanish: Español
Swedish: Svenska
Ukranian: Українська
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「DA Media GigList」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.1.0 | 1.2.0 | 1.3.0 | 1.4.0 | 1.5.0 | 1.6.0 | 1.7.0 | 1.7.1 | 1.8.0 | 1.9.0 | trunk |
延伸相關外掛(你可能也想知道)
GigFi – Gig promotion for Fiverr 》這個外掛可以讓你製作關於你的 Fiverr 服務的小型個人資訊小工具,無需進行風格美化。, 功能:, *SEO友好, *響應式,優化, *Fiverr 服務推廣 🙂, *易於使用。...。
WordPress Events 》WordPress Events 提供一個簡單的介面,讓您可以在網站上添加活動,並以漂亮的日曆顯示它們,並顯示彈出式詳細資料。, 只需在您已經熟悉的介面中添加活動,並...。
WordPress Happy Gig Calendar 》IYBI 是一家位於悉尼的創意數位代理商。由於我們擁有多個音樂產業的客戶,我們發現有一個真實的需求,需要一個易於使用的工具,讓藝術家能夠在他們的網站上管...。