=== 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.8 Stable tag: 0.3.2 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 space on your sidebar this widget is for you. Display 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 * 4 themes included (with .less files) * Localized EN/FR/ES (.PO/.MO powered) * Shortcode support * 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 its **function**: `archive_calendar();` you can also configure it: `$args= array( 'next_text' => '>', 'prev_text' => '<', 'post_count' => true, ); archive_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. **Also a SHORTCODE** Use the shortcode to show Archives Calendar in the text widget: `[arcalendar next_text=">" prev_text="<" post_count="true"]` *In some cases the support of shortcodes in the text widget has to be activated in the plugin settings* = 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 == Screenshots == 1. Thenty Twelve theme preview in settings 2. Widget settings 3. Plugin settings 4. Twenty Thirteen theme on a website 5. Default theme on a website == Changelog == = 0.3.2 = * [new] Twenty Fourteen theme = 0.3.1 = * [new] SPANISH translation by Andrew Kurtis from WebHostingHub = 0.3.0 = * [new] select archive year from a list menu in year navigation * [new] choose appearance from 3 themes * [new] shortcode [arcalendar] * [new] the current archives' year is shown in the widget instead of the actual year * [fix] if there's no posts in actual year, the widget does not disapear any more * [*] **HTML and CSS structure changes** in year navigation * [*] Total rewrite of year navigation jQuery script * [*] .less files are included for easier themes customization = 0.2.4 = * Fixed bad css style declaration for 3.6 = 0.2.3 = * Fixed missing function that checks if MultiSite is activated. = 0.2.2 = * Initial release == Upgrade notice == * **All changes made ​​in any theme's (.css) file will be lost**. Make a backup before updating. ------ * **Tout les changements faits dans un fichier de theme (.css) seront perdus**. Faite une copie avant de mettre à jour. == 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. == Frequently asked questions ==