Enables a beer post type and beer list shortcode.
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:
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.
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
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″]
That’s it. Your beer is ready for the world!
Paste the beer shortcode and enter the post id of the beer you want to display:
[beer id="34"]
You can use the shortcode without any attributes and it will display all of the beer posts as a list:
[beer]
The shortcode can be adjusted to display the following:
id – To display an individual beer, enter the beer post’s id number.
[beer count=”5″ orderby=”title” category=”american-ale” id=”34″]
The image assigned as the “featured image” in the beer post will automatically display.
June 23, 2016
* Updated text domain hook so translations work
June 23, 2015
* Updated text domain to ‘beer-directory’
* Updated .pot translation file
May 15, 2015
* Updated text domain to ‘beer-post-type’
* Updated .pot translation file
April 20, 2015
* Added .pot translation file
March 31, 2015
* Initial release