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

Beer Directory

外掛說明

This plugin allows home brewers, professional breweries, and beer afficianadoes to enter individual beer, beer categories, and beer details. It provides a shortcode that will allow for display management.

Features include:

  • Easily categorize and group your beer with a configurable shortcode.
  • Enter details for your beer that include: ABV, IBU, OG, FG, SRM/Color, Malts, Hops, and Yeast.

New features
We want to improve the Beer Directory plugin based on your feedback! Please let us know via the plugin’s support tab and subscribe to our mailing list to get notified of new developments.

Credit

team-post-type – ​https://github.com/devinsays/team-post-type
License: GPL-2.0+ – http://www.gnu.org/licenses/gpl-2.0.html
Copyright: Devin Price, @devinsays

Dashboard Glancer – http://gamajo.com/dashboard-glancer
License: GPL-2.0+ – http://www.gnu.org/licenses/gpl-2.0.html
Copyright: Gary Jones, Gamajo Tech

安裝方式

  1. Install Beer Directory either via the WordPress.org plugin directory, or by uploading the files to your server.
  2. After activating the plugin, a new menu item named “Beer” will be added to your WordPress dashboard. Select the “Add Beer” menu and start inputing your individual beer.
  3. To display your beer, paste the beer shortcode anywhere you’d like to display them and adjust the shortcode attributes to your liking:

    [beer count=”5″ orderby=”title” category=”american-ale” id=”34″]

  4. That’s it. Your beer is ready for the world!

常見問題集

How to display a single beer?

Paste the beer shortcode and enter the post id of the beer you want to display:

[beer id="34"]
How to display all of the beer posts?

You can use the shortcode without any attributes and it will display all of the beer posts as a list:

[beer]
What are all of the shortcode attributes?

The shortcode can be adjusted to display the following:

  • count – Enter the number of beer to display. To display all of the beer posts, enter -1 (negative one).
  • orberby – Enter any of the WP_Query orderby strings. A complete list can be viewed at Order & Orderby Parameters.
  • category – Enter the name of the beer category to display. Leave blank to show all beer regardless of category.
  • id – To display an individual beer, enter the beer post’s id number.

    [beer count=”5″ orderby=”title” category=”american-ale” id=”34″]

How to add an image to the beer post?

The image assigned as the “featured image” in the beer post will automatically display.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Beer Directory〉的開發相關工作。

參與者

將〈Beer Directory〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.1, August 13, 2019

  • Added Availability attribute
  • Tested with WordPress 5.2.2

1.0, April 5, 2019

  • Tested with WordPress 5.1.1

0.0.5

June 23, 2016
* Updated text domain hook so translations work

0.0.4

June 23, 2015
* Updated text domain to ‘beer-directory’
* Updated .pot translation file

0.0.3

May 15, 2015
* Updated text domain to ‘beer-post-type’
* Updated .pot translation file

0.0.2

April 20, 2015
* Added .pot translation file

0.0.1

March 31, 2015
* Initial release