>
Download This Plugin | |
Download Elegant Themes | |
Name | EM Beer Manager |
Version | 1.9.4 |
Author | Erin Morelli |
Rating | 100 |
Last updated | 2014-01-15 02:12:00 |
Downloads |
1429
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
EM Beer Manager plugin added 5 kB of resources to the Home page and 5 kB of resources to the sample Post page.
EM Beer Manager plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! EM Beer Manager plugin ads no tables to your Wordpress blog database.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:
Use these shortcodes to display beers in your posts or use the template tags in your theme files.
This will display a single beer entry given it's ID number (found in "Beers" admin).
Shortcode:
[beer id={beer id}]
Template tag:
<?php echo embm_beer_single( beer id (required), show_profile, show_extras ); ?>
Options:
For both shortcode & template tag
show_profile="true/false"
(Default = true
) // Displays or hides the "Beer Profile" information
show_extras="true/false"
(Default = true
) // Displays or hides the "More Information" section
This will display a formatted listing of all beers in the database.
Shortcode:
[beer-list]
Template tag:
<?php echo embm_beer_list( exclude, show_profile, show_extras, style, group, beers_per_page, paginate, orderby, order ); ?>
Options:
For both shortcode & template tag
exclude="beer ids"
(String separated by commas e.g. "4,23,24"
) // Hides listed beers from output
show_profile="true/false"
(Default = true
) // Displays or hides the "Beer Profile" information for each listing
show_extras="true/false"
(Default = true
) // Displays or hides the "More Information" section for each listing
style="style name"
(String e.g. "India Pale Ale"
) // Displays only beers belonging to a specific beer style
group="group name"
(String e.g. "Seasonals"
) // Displays only beers belonging to a specific group
beers_per_page="number"
(Default = -1
, shows all beers on one page) // Paginates output and displays the given number of beers per page
paginate="true/false"
(Default = true
) // Disables/enables pagination
orderby="string"
(Default = date
, see this list for options) // Orders output by given paramater
order="desc/asc"
(Default = desc
) // List beer by orderby
value in ascending or descending order