WP Manifestindependent plugin directory
manifest / events / band-concerts

Band Concerts

WordPress Plugin that adds concert entry types

by Martin Giger · github.com/freaktechnik/band-concerts

1stars
0forks

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/freaktechnik/band-concerts/archive/refs/heads/main.zip

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

Read the full README on GitHub →