Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 619 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 619 Bytes

Bandstand

Easily manage and display discography, gigs, and videos in WordPress. Find out more and browse our WordPress music themes at AudioTheme.com.

Requires: WordPress 4.7+; PHP 5.4+
Licensed: GPL-2.0+

Getting Started

Clone the repo in your plugins folder:

git clone https://github.com/audiotheme/bandstand.git --recursive
cd bandstand

Install dependencies with Composer:

composer install

Install Grunt modules and run the default task:

npm install
grunt

Activate the plugin in WordPress.