-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
45 lines (32 loc) · 1.62 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=== Month Calendar ===
Contributors: rsieiro
Donate link: http://rodrigo.sharpcube.com/
Tags: month, calendar, widget
Requires at least: 3.0
Tested up to: 3.3
Stable tag: 1.1
A calendar widget that shows post count per month.
== Description ==
This plugin will allow you to have a sidebar widget that shows how many posts you published each month. Displayed like a calendar, you can navigate between years using "previous" and "next" buttons.
Some features include:
* Data is reloaded using AJAX. This means that changing the year will not reload the whole page.
* Comes with a bundled CSS file with a default style.
* The default CSS can be disabled so you can use your theme's CSS file to style it.
* It's a Widget, so you can move it around your sidebar as you wish.
* Uses jquery and jquery-ui for AJAX reloading and visual effects.
== Installation ==
1. Upload the plugin directory to `/wp-content/plugins/`. If you're manually copying the files, don't forget to create a `month-calendar` directory first.
1. Activate the plugin through the **Plugins > Installed** menu from the dashboard.
1. Add the **Month Calendar** widget to your sidebar through the **Appearance > Widgets** menu.
1. After you add the widget to your sidebar you will be able to change its settings.
== Screenshots ==
1. The calendar widget using the default style.
2. The settings screen, inside Appearance > Widgets.
3. The calendar widget using a custom style.
== Changelog ==
= 1.1 =
* Fixed: Month Calendar should play nice with cache plugins.
= 1.0.1 =
* Fixed: the year was not being shown correctly inside a month archive.
= 1.0 =
* First public release.