=== 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, monthly, daily Requires at least: 3.3 Tested up to: 3.9.1 Stable tag: 0.4.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Archives widget that makes your monthly/daily archives look like a calendar on the sidebar. == Description == Archives widget that make your monthly/daily 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 * Displays daily archives as a compact month calendar * Show/hide monthly post count * Entirely customizable with CSS * 5 themes included (with .less files) * .PO/.MO Localisation (Fançais, Deutsch, Español, Portugues, Simplified Chinese) * 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, 'month_view' => 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. **month_view:** `true` to show months instead of years archives, false by default. **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 its default css file into your theme. **If your theme already uses jQuery, you should 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 with the next update, I recommend you to copy css style into your theme's 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.4.1 = * [edit] German translation update = 0.4.0 = * [new] Month view for daily archives * [new] "Classic" theme * [new] German translation by Jan Stelling * [new] Simplified Chinese (zh_CN) by Qingqing Mao * [new] Portuguese translation by Bruno * [new] new jQuery code to support multiple calendar widgets and easier animation customisation * [fix] in some cases the last year was disappearing while navigating with next/prev buttons * [edit] now uses the wordpress locales to display month/weekdays names = 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] 3 themes with .less files for easier customization * [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 * [edit] **HTML and CSS structure changes** in year navigation * [edit] Total rewrite of year navigation jQuery script = 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 == * **After upgrading to 0.4.0 you have to go to the settings and and "Save Settings" once to update the database.** * **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 ==