If you've been blogging on LiveJournal for some time and you want to move to a new WordPress blog -- but you don't want to leave all your old posts behind -- you can export your LiveJournal posts and import them into WordPress.
Using Export and Import allows you to move old posts one month at a time, and doesn't require installing any new software.
Export LiveJournal Posts
To export LiveJournal posts, log into your account.
1. Go to LiveJournal's Export Journal page at www.livejournal.com/export.bml.
2. Select the year and month you wish to export. You must enter four digits for the year and two digits for the month.
3. Select XML format. WordPress will not import the CSV format, so you must have LiveJournal export the posts in XML.
4. Check the items you want to appear in the LiveJournal export file. You should include one of the date options, the subject, the entry, and the security. Having the security (public, friends locked, or private) in the export file makes it easy to delete posts that shouldn't be public.
Be careful about friends locked or private posts, because WordPress will display them. You will have to delete them from the XML file before importing it.
5. Click "Proceed." The XML file with the exported LiveJournal posts is displayed in your browser. Save it to your computer with the extension .xml.
Edit the Exported LiveJournal Posts (optional)
If you have any friends locked or private posts, you should delete them from the XML file, or WordPress will import and display them.
1. Open the XML file in any text editor, like Notepad or TextEdit.
It will look something like this:
< ?xml version="1.0" encoding='utf-8'? >
< livejournal >< entry >
< eventtime >2007-02-03 22:55:00< /eventtime >
< subject >Title of a public LJ post< /subject >
< event >A public LJ post is written here.< /event >
< security >public< /security >
< /entry >< entry >
< eventtime >2007-02-06 15:36:00< /eventtime >
< subject >Title of a filtered post< /subject >
< event >This is a friends locked post.< /event >
< security >usemask< /security >
< /entry >< /livejournal >
Each LiveJournal entry in the file starts with an < entry > tag and ends with an < /entry > tag. A post that includes "< security >usemask< /security >" is a friends locked post. Private posts are marked "< security >private< /security >". If you don't delete them from the file, WordPress will import and display them.
2. To delete any LiveJournal posts you don't want to transfer to WordPress, just delete the < entry > and < /entry > tags and everything between them.
3. Save the XML file when you are done editing it.
Import the XML File into WordPress
1. Log into your WordPress blog. On the Dashboard, select "Manage," and then select "Import."
2. Click on "LiveJournal."
3. Browse for the file you saved in Step 2. Click "Upload file and import."
As soon as WordPress imports the posts, they are visible on your blog. You can edit or delete them under Manage Posts just like any other WordPress posts.
If you don't want to import your LiveJournal posts into WordPress one month at a time, you can copy and paste all your XML files into one big file. WordPress will import files up to 7 MB in size.
Published by Elizabeth S.
Elizabeth writes newspaper articles, online help and user guides, science articles, and fiction. View profile
- How to Set Up a Self-Hosted WordPress BlogMaybe you're a WordPress.com user who'd like to monetize your popularity. Or maybe you're defecting from Blogger, Typepad, or some other platform. This guide will take you through the steps to migrate to the world of...
How to Install a Wordpress Blog with HostgatorWordpress is a great content management system. Install Wordpress on your own host: customize your blog endlessly, monetize and make money off your blog, experiment with better...- Where to Find Free WordPress Blog ThemesDo you have a WordPress blog and are tired of the same look and feel of your site? Many people do not realize that there are a number of sites that offer 100% free WordPress templates for you to edit and use as you li...
- Starting a WordPress Blog
- Adding Article RSS Feeds to Your Wordpress Blog
- How to Add "Digg It!" Button to Your WordPress Blog Posts
- An Easy Way to Install a Wordpress Blog on PC, XP, Vista, Localhost
- You're Not Allowed to Stop Using Facebook
- MarsEdit - a Desktop Blogging Client for Mac OS X
- How to Get a Free Blog Website
- Export your LiveJournal posts into an XML file.
- Delete your friends locked posts before you import the file into WordPress.
- The imported posts can be edited in WordPress just like other posts.





1 Comments
Post a CommentIf you want to import comments, too, this probably would be worthwhile to check out: http://spaceninja.com/2007/03/livejournal-to-wordpress/
One would think that WordPress would try to make it easy for people to move their content into WordrPress from other journaling platforms.