This version adds a new feature and has several bugfixes and improvements:
- new: month links in the block can point to month titles in the list.
- new: validate excluded categories input
- fix: block respects excluded categories option
- new: uses scbOptionsPage framework 1.0
- fix: single wp-cron event when changing cache interval
- fix: redundant calls to displaySAR::generate()
PHP5 is required.


Hi there! I’ve used this plugin for months and loved it… especially the caching to a .txt file aspect. :-) Is there any way that in a future release, you could have options to not only display the months, but also a tag cloud and maybe a category listing? These are already template tags in WordPress 2.7, but incorporating your caching technique along with the original plugin would be fantastic! Heh, just a suggestion if you’re ever bored.
If you want caching, just use WP Super-Cache. ;)
Thanks for the change to the option with anchor links in the block, works like a charm! // Jens.
You’re welcome.
Simply extract to plugin directly and tried to enable and I get:
“Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’in /home/war59312/public_html/wp-content/plugins/smart-archives-reloaded/smart-archives-reloaded.php on line 27″
Running WP 2.7 on PHP4.
Sorry, but you need PHP5 to use this version. Try installing version 1.2 from WP Extend.
Ouch!
O.K tried 1.2 and it activated fine, but when I pull up wp-admin/options-general.php?page=smart-archives I get this error:
Cannot load smart-archives.
Work with WP 2.7?
Use the link from the admin panel.
I dont see one anywhere. :(
Nevermind. The URL wasn’t the problem. I think you’re better off using the original Smart Archives plugin. Sorry.
Well I play on upgrading to PHP 5 soon anyhow. Just have to upgrade some in home scripts first..
So thanks anyhow..
By the way perhaps you should check php version then..
Here is an example function to do just that:
http://pastebin.com/f5cad91cd
That wouldn’t work all the time due to parser errors that may occur (which means the message won’t have the chance to be displayed). I think the best way is to let users know before they install it.
Is there any way to improve the caching? Hourly is just not fast enough, especially considering how WordPress’s wp_get_archives function retrieves the posts immediately.
I was working on a version that updates the cache each time a post is published or edited. Stay tuned.
Thanks for your plugin, but it doesn’t display accentuated characters correctly in month title (you can check on my blog here : http://www.tousenpirogue.com/archives/
1. What locale are you using?
2. If you’re using a special page template, is it also encoded in UTF-8?