Cards with clickable title, description, image, and more…
Easily create nice cards, complete with:
- a clickable title
- a clickable image
- a short description
- date and optional location for event cards
- categories
- search
- map
See Wordpress instructions for installing plugins.
Your mileage may vary.
Things may behave differently in your Wordpress installation due to conflicting scripts or styles, so best to take the time to test things a bit before deploying to production.
- Requires Wordpress >= 5.6.0 (tested up to 5.6.0)
- Requires PHP >= 7.0.0
- Requires Docker to be running
- Clone or fork this repo
- install dependencies:
npm install && npm install -g @wordpress/env - build (and automatically rebuild when files change):
npm start - launch a Wordpress environment in this directory:
wp-env start(should sayWordpress development site started at http://localhost:8888/) - Visit the dev site and log in with username
adminand passwordpassword
See https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/#troubleshooting-common-problems, especially wp-env destroy which has proved the only solution to a prolem with connecting to the database…
See CHANGELOG.md
