Today I’m happy to announce the release of SRG Clean Archives 4.2.
This is just a maintenance release. No new features at this time, however I am working on a few which I’ll detail in an upcoming post.
I’ve tested and confirmed that SRG Clean Archives works with the upcoming WordPress 2.3 release which should be rolling out within the next 24 hours.
For WordPress users of the 2.0.x branch, you’ll want to download the legacy version of SRG Clean Archives (v2.2) as it’s becoming difficult to be completely backwards compatible with the 2.0.x branch of WordPress.
Thank you for your continued support and use of SRG Clean Archives.
Further reading:
- SRG Clean Archives 4.1 Released
- SRG Clean Archives 3.0 For WordPress Released
- SRG Clean Archives 4.0 Beta Testers Needed
- SRG Clean Archives 4.0.2 Released
- SRG Clean Archives 4.0.3 Released

Hi,
I use your clean archive plugin and i think it’s amazing. But I noticed [i believe] a bug. Hopefully you can check the php, because I dont have skills for that
I have the latest plugin version working with WP 2.5.1. I want to deactivate the option “Show link to detailed monthly archive”, but when I uncheck the box and click Update Options, it brings me a page asking “are you sure you want to do this?” and there is no button to click to confirm (or not) the change, so I can’t make the change.
Just thought I’d let you know. If it’s something I did wrong, i’m sorry for bothering =)
I was able to manually change the settings.
Within my wordpress interface, I went to
plugins > plugin editor > SRG Clean Archives
At the very end of the code for the plugin I found
// Set default settings
function srg_set_defaults() {
update_option(’srg-clean_comment-display’, ‘true’);
update_option(’srg-clean_post-count’, ‘true’);
update_option(’srg-clean_moo-display’, ‘false’);
update_option(’srg-clean_link-to-details’, ‘true’);
Which I changed to
// Set default settings
function srg_set_defaults() {
update_option(’srg-clean_comment-display’, ‘false’);
update_option(’srg-clean_post-count’, ‘false’);
update_option(’srg-clean_moo-display’, ‘false’);
update_option(’srg-clean_link-to-details’, ‘false’);
And clicked “update file”.
The changes were immediately reflected on my website.
So that means we dont have it yet ready for download?
Hi..
I also was getting a blank screen with “are you sure you want to do this?†when I tried to change settings after fresh install…
This page has a fix that worked for me!
http://www.lightningshock.com/2008/05/12/how-to-fix-the-srg-clean-archives-wordpress-25-plugin-bug/
hi, thank you for this excellent plugin. we have just installed this. Now we need to localise this to Bengali but could not find the instructions to do so. I would be happy to write an appropriate “.mo” for Bengali by editing and compiling any of the given “.po” files (eg, French) – such as – where to place the .mo file and what should be its name. Also, do I need to edit the corresponding .php file as well? Please advise. Many thanks, rayhan.
I’m trying to enable one of the alternate languages, but it’s not entirely clear to me how this works. I’ve copied the German language files to the /languages/ directory, but the plugin still displays all text in English. I’ve been through the plugin php file and cannot find anything obvious to change, and there is nothing within the admin settings to change the language. I’m using Wordpress 2.6.2. Does anyone have any suggestions? Thanks!
[...] 下载: 最新版本是2007年9月23日的4.2版,点击这里下载。 [...]
Hi! this is an excellent plugin… Is there a way to limit the generated archive to display only posts from one specific category like the “Archives for a category WordPress plugin” does?
Plugin site: http://kwebble.com/blog/2007_08_15/archives_for_a_category
Thanks in advance!