This is the dev version of Archives Calendar Widget plugin for WordPress and can be unstable, broken or with debug messages activated
Use the stable release from the WordPress repository
You should have nodeJS and NPM installed.
Install dependencies:
npm install
Build the plugin
npm run build
The working version of the plugin should be in the dist
folder.
Copy the content of the dist
folder into your wordpress installation wp-content/plugins/arcwp
then activate it.
Start development environment
npm run serve
Edit files in the src
folder, the working plugin will be available in the dist
folder.
You can make a symlink to your WordPress installation plugin folder to test it directly.
ln -s ~/repository-clone/dist /absolute/pathTo/wordpress/wp-content/plugins/arcwp
- Popover Shows a popover with post titles (and links) on day/month hover