이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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!

FAQ

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