alekart / archives-calendar-widget

Archives Calendar Widget for Wordpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archives Calendar Widget

This is the dev version of Archives Calendar Widget plugin for WordPress and can be unstable, broken or with debug messages activated

Install stable release

Use the stable release from the WordPress repository

Install a build

Build WP plugin

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.

Developing

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

Addons

  • Popover Shows a popover with post titles (and links) on day/month hover

About

Archives Calendar Widget for Wordpress


Languages

Language:SCSS 55.5%Language:PHP 32.5%Language:JavaScript 8.2%Language:CSS 3.7%