Introduction
Breezy Archives is an archives plugin which mimics ‘Live Archives’ on WordPress. When JavaScript is not available, it will graceful degrade to a ‘Clean Archives’.
Installation
- Extract the file.
- Put the folder breezyarchives to /user/plugins and activate it.
- Copy and paste the following line to your theme.
<?php $theme->breezyarchives(); ?>
Configuration & Customization
After activated it, click Configure button to setup the plugin. Most of following options are required and have to be set properly.
- Chronology – Configurations about Monthly Archives
- Title for Chronology Archives
- Month Format – There are 6 options.
- Full name (January – December)
- Full name according to the current system locale note
- Abbreviation (Jan – Dec)
- Abbreviation according to the current system locale note
- Number with leading zero (01 – 12)
- Number without leading zero (1 – 12)
- Show Monthly Posts Count – Check this to show the number of posts of each month.
- Taxonomy – Configurations about Tag Archives
- Title for Taxonomy Archives
- Show Tagged Posts Count – Check this to show the number of posts of each tag.
- Excluded Tags – (Optional) Put tag slugs here which you want it to be excluded from tag archives.
- Pagination – Configurations about Pagination
- № of Posts per Page
- Next Page Link Text
- Previous Page Link Text
- General – General Configurations
- Show Newest First – Check this to show latest posts first.
- Show № of Comments – Check this to show the number of comments of each post.
You can copy breezyarchives.css to your theme directory and modify the CSS style.
Note: Since Habari 0.6, you can set System Locale in Options to get localized month name. This value is depend on your system. For example, to get Traditional Chinese month name, in Linux, you can set System Locale as zh_TW.utf8; In Windows, you can set System Locale as cht_twn.65001, but according to MSDN, Windows setlocale()’s implementation does not support UTF-8 encoding, so you may not get correct month names in Windows.
Download
Changelog
- 0.1 (2008-08-27) – Initial release.