WordPress

Howdy! This importer allows you to extract posts from a LiveJournal XML export file. To get started you must edit the following line in this file (import-livejournal.php)

define('XMLFILE', '');

You want to define where the XML file we'll be working with is, for example:

define('XMLFILE', '2002-04.xml');

You have to do this manually for security reasons.

If you've done that and you’re all ready, let's go!