Extended Live Archives and WordPress 3.0
The Extended Live Archives Plugin does not work with WordPress 3.0, opposed to the plugin page. I still like this plugin as seen here, so here is my solution:
- Download the archive
- Open includes/af-extended-live-archive.js.php and includes/af-ela.php in your favorite editor
- Replace in both files
require('../../../../wp-blog-header.php');
with
require_once('../../../../wp-config.php');
$wp_did_header = true;
$wp->init();
and you’re good to go.
If anyone has a better idea, please write a comment.
Share This
— Trackback URI
This entry (permalink) was posted on Monday, June 21, 2010, at 11:26 am by Michael, tagged with PHP and categorized in English posts, Wordpress.
The following post could be of some interest: Upgrading to WordPress 2.3 “Dexter”, WordPress 2.2 Update, WordPress uptodate checker, WordPress 2.2.1 Update / Security Fix, Blog by mail broken in WordPress 2.2, Comment notification, A muzzle for WordPress 2.3 and the Akismet Plugin, Security by definition, Create ZIP Archives containing Unicode filenames with Java, Suchphrasen speichern mit BBClone
Post a Comment