OBG Brewery Data
This was my first attempt at a WordPress plugin. It is a simple plugin that creates and populates a database table on activation then displays that information on a WordPress page via a shortcode. It presents the user with a dropdown that allows for the filtering of brewery data by city.
by Julien "Oregon Beer Guy" Chambers · github.com/pdxchambers/obg-brewery-data · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pdxchambers/obg-brewery-data/archive/refs/heads/master.zipThis is a simple plugin that interacts with the WordPress database and creates a table to hold information about local breweries and home brew supply stores.
Description
The OBG Brewery Data plugin was developed for the Oregon Beer Guy blog. When activated, it creates two tables in the WordPress database. One is intended to contain the location and contact information for local breweries, the other is information about home brewing supply shops. The plug in does not populate the table data. At this time the data must be populated directly into the database via MySQL queries. Future implimentation will introduce an administrative panel to allow for data manipulation.
Installation
Screenshots
Changelog
1.0
- Initial commit to Github
- Basic functionality working, being used live on Oregon Beer Guy