https://github.com/alekart/archives-calendar-widget
Archives Calendar Widget for Wordpress
https://github.com/alekart/archives-calendar-widget
archives calendar plugin widget wordpress wordpress-plugin
Last synced: 6 months ago
JSON representation
Archives Calendar Widget for Wordpress
- Host: GitHub
- URL: https://github.com/alekart/archives-calendar-widget
- Owner: alekart
- Created: 2014-09-08T11:01:53.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T10:10:21.000Z (about 1 year ago)
- Last Synced: 2024-10-30T23:25:53.755Z (12 months ago)
- Topics: archives, calendar, plugin, widget, wordpress, wordpress-plugin
- Language: SCSS
- Homepage:
- Size: 3.67 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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](https://wordpress.org/plugins/archives-calendar-widget/)**## Install a build
### Build WP plugin
You should have nodeJS and NPM installed.Install dependencies:
```shell
npm install
```
Build the plugin
```shell
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
```shell
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.
```shell
ln -s ~/repository-clone/dist /absolute/pathTo/wordpress/wp-content/plugins/arcwp
```## Addons
- __[Popover](https://github.com/alekart/arcwp/)__
_Shows a popover with post titles (and links) on day/month hover_## [Changelog](https://github.com/alekart/arcw/blob/master/CHANGELOG.md)