https://github.com/freaktechnik/band-concerts
WordPress Plugin that adds concert entry types
https://github.com/freaktechnik/band-concerts
custom-post-type wordpress-plugin
Last synced: about 1 year ago
JSON representation
WordPress Plugin that adds concert entry types
- Host: GitHub
- URL: https://github.com/freaktechnik/band-concerts
- Owner: freaktechnik
- License: other
- Created: 2017-08-05T10:17:21.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T10:41:47.000Z (over 4 years ago)
- Last Synced: 2025-02-14T20:46:55.042Z (over 1 year ago)
- Topics: custom-post-type, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# band-concerts
WordPress plugin to manage concerts as series with multiple appearances. Each
appearance has a location, time and fee.
## Features
Concert series that can have multiple occurrences. A concert series has the following properties:
- Description
- Main image
- Flyer
- Review
- Type (event or concert)
Every occurrence has the following properties:
- Start time
- End time (optional)
- Not yet decided/all day toggle
- Location
- Fee (-1 for no fee, 0 for collection)
- Facebook event link
It can further generate an iCal file with all events or just an export of a single event.
The calendar is registered as feed with the name `bc-ical`.
## Installation
- `composer install`
- Upload everything to your `wp-contents/plugins`
## License
See [LICENSE](./LICENSE)