=== Archives Calendar Widget === Contributors: alekart Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4K6STJNLKBTMU Tags: archives, calendar, widget, sidebar, view, plugin Requires at least: 3.3 Tested up to: 3.5.1 Stable tag: 0.2.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Archives widget that makes your monthly archives look like a calendar on the sidebar. == Description == Archives widget that make your monthly archives look like a calendar on the sidebar. If you have a lot of archives that takes a lot of place on your sidebar this widget is for you. Displays your archives as a compact calendar, entirely customizable with CSS. = Features = * Displays monthly archives as a compact year calendar * Show/hide monthly post count * Entirely customizable with CSS * jQuery animated with possibility to use your own JS code. **Not just a widget**, if your theme does not support widgets, you can use this calendar by calling it's **function**: `archives_calendar();` you can also configure it: `$args= array( 'next_text' => '>', 'prev_text' => '<', 'post_count' => true, ); archives_calendar($args);` **next_text:** text showing on the next year button, can be empty or HTML to use with Font Awesome for example. **prev_text:** just like `next_text` but for previous year button. **post_count:** `true` to show the number of posts for each month, `false` to hide it. If you hide post count with CSS, set to false to avoid counting posts uselessly. = Notes = By default the plugin will include jQuery library and it's default css file into your theme. **If your theme already uses jQuery please disable it the plugin's Settings.** Note that **if you modify the default CSS** file to skin the calendar, you will lose all your changes on the next update, I recommend you to copy css style into you default CSS file. = Links = [Project's page](http://labs.alek.be/projects/archives-calendar-widget/) [Other projects](http://labs.alek.be/projects/) [Portfolio](http://alek.be) == Installation == 1. Upload `archives-calendar-widget` folder in `/wp-content/plugins/` directory. 2. Activate the plugin through the "Plugins" menu in WordPress. 3. Configure the plugin through "Settings > Archives Calendar" menu in WordPress. 4. Activate the widget in "Appearance > Widgets" menu in WordPress == Frequently asked questions == == Screenshots == 1. Calendar view with posts count 2. Widget settings 3. Plugin settings == Changelog == = 0.2.3 = * Fixed missing function that checks if MultiSite is activated. = 0.2.2 = * Initial release == Upgrade notice == == Notes == By default the plugin will include jQuery library and it's default css file into your theme. If your theme already uses jQuery please disable it the plugin's Settings. Note that if you modify the default CSS file to skin the calendar, you will lose all your changes on the next update, I recommend you to copy css style into you default CSS file.