前言介紹
- 這款 WordPress 外掛「EM Beer Manager」是 2013-06-20 上架。
- 目前有 100 個安裝啟用數。
- 上一次更新是 2019-01-06,距離現在已有 2310 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0.1 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.3 以上。
- 有 6 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
beer | brew | beers | brewery | homebrew |
內容簡介
注意: 本外掛已不再積極開發或維護。
此外掛可讓從家庭釀啤酒者到專業釀酒廠輕鬆管理和顯示他們的啤酒。包括一個全面的啤酒管理部分,有各種選項,包括:
用於分類啤酒類型的自定義啤酒“風格”分類,預填 Untappd 提供的風格
用於分類和分組啤酒的可自定義“組”分類
用於創建和顯示啤酒菜單的“菜單”分類和短插碼
用於顯示所有或特定數量的啤酒的短插碼和模板標記
用於存儲有關每種啤酒的詳細信息(包括ABV、IBU和配料)的自定義元數據框
與 Untappd 的啤酒登記和評分集成
用於在側欄中簡單顯示您的啤酒的“啤酒列表”小工具
用於在 Untappd 上顯示您釀酒廠最近啤酒登記的“最近登錄”小工具
自定義頁面顯示啤酒和風格
[Beta] 直接從 Untappd 導入並同步您的釀酒廠啤酒
[Beta] 從 Untappd for Business 導入和同步您的啤酒和菜單
使用方法
使用以下短插碼在文章中顯示啤酒,或在佈景主題文件中使用模板標記:
單個啤酒顯示
這些將顯示一個單個啤酒結果,給出其 ID 編號(在“啤酒”中管理)。
短插碼:
[beer id={beer id}]
模板標記:
其中 $beer_id 為必填項,$args 為使用逗號分隔的 PHP 陣列,包含以下內容:
'show_profile' => false,
'show_extras' => true,
'show_rating' => false,
'show_checkins' => true,
'checkins_count' => 10
) ); ?>
選項:
適用於短插碼和模板代碼。
show_profile => "true, false"(預設值 = true)
顯示或隱藏“啤酒簡介”信息部分
show_extras => "true, false"(預設值 = true)
顯示或隱藏“更多啤酒信息”部分
show_rating => "true, false"(預設值 = true)
顯示或隱藏 Untappd 啤酒評級
show_checkins => "true, false"(預設值 = true)
顯示或隱藏 Untappd 登錄部分
checkins_count => "number"(預設值 = 5,上限為 15)
要顯示的最新 Untappd 登錄數量
列出所有啤酒
這些將顯示所有啤酒的格式設置列表。
短插碼:
[beer-list]
模板標記:
其中 $args 為使用逗號分隔的 PHP 陣列,包含以下內容:
'show_profile' => true,
'show_extras' => true,
'show_rating' => true,
'show_checkins' => true,
'checkins_count' => 5,
'orderby' => 'title',
'order' => 'ASC'
) ); ?>
選項:
適用於預先設置的短插碼和模板代碼。
show_profile => "true, false"(預設值 = true)
顯示或隱藏“啤酒簡介”信息部分
show_extras => "true, false"(預設值 = true)
顯示或隱藏“更多啤酒信息”部分
show_rating => "true, false"(預設值 = true)
顯示或隱藏 Untappd 啤酒評級
show_checkins => "true, false"(預設值 = true)
顯示或隱藏 Untappd 登錄部分
checkins_count => "number"(預設值 = 5,上限為 15)
要顯示的最新 Untappd 登錄數量
orderby => "title, id, date"(預設值 = title)
按哪個屬性排序
order => "ASC, DESC"(預設值 = ASC)
排序的順序
原文外掛簡介
NOTICE: This plugin is no longer being actively developed or supported.
This plugin allows beer creators from home brewers to professional breweries to easily manage and display their beers. Includes a comprehensive beer management section with a variety of options, including:
A custom beer “style” taxonomy for classifying your beers pre-populated with styles from Untappd
A customizable “group” taxonomy for categorizing and grouping your beers
“Menu” taxonomy and shortcode for creating and displaying beer menus
Shortcodes and template tags for displaying all or a select number of beers
Custom meta boxes to store detailed information about each beer, including ABV, IBU, and ingredients
Beer check-in and rating integration with Untappd
A “Beer List” widget for simply displaying your beers in sidebars
A “Recent Check-Ins” widget for displaying recent beer check-ins for your brewery on Untappd
Custom page display for beers and styles
[Beta] Import and sync your brewery’s beers directly from Untappd
[Beta] Import and sync your beers and menus from Untappd for Business
Usage
Use these shortcodes to display beers in your posts or use the template tags in your theme files:
Single Beer Display
These will display a single beer entry given it’s ID number (found in “Beers” admin).
Shortcode:
[beer id={beer id}]
Template tag:
Where $beer_id is required and $args is a PHP array of comma-separated key => value pairs. For example:
false,
'show_extras' => true,
'show_rating' => false,
'show_checkins' => true,
'checkins_count' => 10
) ); ?>
Options:
For use with both the shortcode and template code.
show_profile => "true, false" (Default = true)
Displays or hides the “Beer Profile” information section
show_extras => "true, false" (Default = true)
Displays or hides the “More Beer Information” section
show_rating => "true, false" (Default = true)
Displays or hides the Untappd beer rating
show_checkins => "true, false" (Default = true)
Displays or hides the Untappd check-ins section
checkins_count => "number" (Default = 5, limit is 15)
The number of recent Untappd check-ins to display
List All Beers
These will display a formatted listing of all beers.
Shortcode:
[beer-list]
Template tag:
Where $args is a PHP array of comma-separated key => value pairs. For example:
false,
'show_rating' => true,
'beers_per_page' => 3,
'orderby' => 'name',
'order' => 'ASC'
) ); ?>
Options:
For use with both the shortcode and template code.
show_profile => "true, false" (Default = true)
Displays or hides the “Beer Profile” information section
show_extras => "true, false" (Default = true)
Displays or hides the “More Beer Information” section
show_rating => "true, false" (Default = true)
Displays or hides the Untappd beer rating
style => "style name" (String e.g. "india-pale-ale, pale-ale")
Displays only beers belonging to specific beer styles
group => "group name" (String e.g. "Seasonal, Barrel-Aged")
Displays only beers belonging to specific groups
exclude => "beer ids" (Comma-separated list of beer IDs e.g. "4,23,24")
Hides listed beers from output
beers_per_page => "number" (Default = -1, shows all beers on one page)
Paginates output and displays the given number of beers per page
offset => "number" (Default = 0, starts at the first beer)
Offsets the output of beers by given number
paginate => "true, false" (Default = true)
Disables/enables pagination
orderby => "string" (Default = date, see this list for options)
Orders output by given paramater
order => "DSC, ASC" (Default = DSC)
Sorts beer list by orderby value in ascending or descending order
Beer Menu Display
These will display a beer menu given it’s Name, Slug, or ID number.
Shortcode:
[beer-menu menu={menu id}]
Template tag:
Where $args is a PHP array of comma-separated key => value pairs. For example:
false,
'show_last_updated' => true,
'show_thumbnail' => true,
'show_description' => false,
)
); ?>
Options:
For use with both the shortcode and template code.
show_rating => "true, false" (Default = true)
Displays or hides the Untappd beer rating
show_last_updated => "true, false" (Default = true)
Displays or hides the menu’s last updated timestamp
show_thumbnail => "true, false" (Default = true)
Displays or hides the beer featured image thumbnails
show_description => "true, false" (Default = true)
Displays or hides the menu section descriptions
Translations
I would love to be able to expand this section – let me know if you are able to contribute!
English
Icelandic (is_IS) – thanks to rodonmanes
Norwegian Bokmål (nb_NO) – thanks to Lars Kvisle
Brazilian Portuguese (pt_BR) – thanks to Lucas Alexandre
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「EM Beer Manager」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.5 | 1.6.0 | 1.6.1 | 1.7.0 | 1.7.1 | 1.8.0 | 1.8.1 | 1.9.0 | 1.9.1 | 1.9.2 | 1.9.3 | 1.9.4 | 1.9.5 | 1.9.6 | 2.0.0 | 2.0.1 | 2.1.0 | 2.1.1 | 2.1.2 | 2.1.3 | 2.1.4 | 2.1.5 | 2.1.6 | 3.0.0 | 3.0.1 | 3.0.2 | 3.0.3 | 3.0.4 | 3.0.5 | 3.1.0 | 3.2.0 | 3.2.1 | 3.2.2 | 3.2.3 | trunk |
延伸相關外掛(你可能也想知道)
Beer Directory 》此外掛讓家庭釀酒師、專業醸酒廠和啤酒愛好者輸入個別啤酒、啤酒類別和啤酒詳細資訊,並提供可管理顯示方式的短碼。, 功能包括:, , 使用可配置的短碼輕鬆分...。
Beer Ratings 》啤酒評分外掛可以讓您顯示有關啤酒、釀酒商和飲酒場所的資訊。此外掛會使用 RateBeer API 來擷取資料,您需要在 http://www.ratebeer.com/json/ratebeer-api....。