Gallerya transforms the WordPress native post gallery into a full fledged slideshow with features like images thumbnails stripe and lightbox support.
- Upload the entire gallerya folder to the /wp-content/plugins/ directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- PHP 7.0 or later.
Install dependencies:
npm install
bower install
Build the assets and watch for changes:
npm run watch
NPM Commands
Command | Description |
---|---|
build |
Build the bundle |
watch |
Build and watch for changes |