It’s sad when a useful tool becomes rusty and is then abandoned. I liked how the Extended Live Archives plugin (ELA) for WordPress very neatly arranged my archives page. ELA stopped functioning with version 2.3 of the blog application. However, thanks to TinYau (天佑) and Jason Hansen, their efforts made ELA finally work with the latest releases of WordPress.
Here I describe the steps I took. I virtually had help walking up to and standing on the shoulders of others!
- Backup your current ELA plugin directory, i.e.,
[install_path]/wp-content/plugins/af-extended-live-archive/. You’ll need some files from here later. - Download the patched version of ELA which fixes the database changes that took place back in WordPress v2.3 from here: http://blog.tinyau.net/download/6. Note that this patch contains only four changed files, not the entire plugin:
af-extended-live-archive.php
af-extended-live-archive-include.php
af-extended-live-archive-option.php
includes/af-ela.php - Replace the above four files. But don’t clobber the other files. If you do so by accident, though, add back the unchanged files from your backup in Step 1.
- Download a newer version of the file
af-extended-live-archive.phpfrom here: http://www.theglitch.ws/ELA.zip. Unzip this package. - Replace
af-extended-live-archive.phpwith the newer version you grabbed in Step 4. - Tweak the
archives.phptemplate file in your active theme(s) to include the ELA code. For example, I added the statement<?php if (function_exists('af_ela_super_archive')) {af_ela_super_archive();} ?>in its owndivwithin The Loop. - Tweak the
includes/af-ela-style.cssfrom the plugin, as well asstyle.cssin your active theme(s), so that the layout of ELA suits your needs. - Don’t forget to go to the ELA admin settings to display articles by tags. Scroll down to the Tab Order section, then select the appropriate options from the dropmenus. (That is, if you want to show a tag listing, of course.)
- Moreover, make sure there are values for Most Popular and Least Popular Font Size and Color — four fields in the bottom left of the admin settings, under What about the tags? Leaving out color values will make the tags invisible (or perhaps white by default). Speaking of color, use 6-digit hex values, rather than 3-digit ones, otherwise the resulting color will be wrong.
- Save the ELA admin settings by hitting Update Options Now. If the content in ELA look out of date, hit the Empty Cache Now button. You should now be up and running!
But will ELA work in the upcoming WordPress v2.7? We shall see.

6 comments
I’m running WordPress 2.7 beta 1 right now & ELA is still working without problems.
Thanks for the update, Jason!
Thank you very much for the update and the detailed instructions – it works like a charm
Busy upgrading my WP 2.3 and was looking for this for months.
Thanks.
PS. ELA is much better than Snazzy Archives
I upgraded WP and I need to redo my archive page.
I can’t find what the call is to have the archives display. Can you help me with that?
Thanks.
Doesn’t seem to work with WP 2.9.
Does anyone know if this plugin will be updated or know of a similar plugin that does work? thank you!
One Trackback/Pingback
[...] http://iwaruna.com/2008/11/03/extended-live-archives-ela-plugin-works-finally/ [...]
Submit a comment