Forums

From the New Blogger (Beta) to WordPress (3 posts)

  1. artooro
    Member
    Posted 5 years ago #

    I was not able to find a good solution for importing my blogger entries to wordpress, and so made up my own. It works effectively as long as you only have 999 posts or less. :)

    1) In Blogger Settings->Formatting in the "Show" insert your amount of posts.
    2) Change the "Timestamp Format" to "Thursday, January 25, 2007"
    3) Go to the Template tab and choose "Edit HTML". At the bottom you'll find a "revert to Classic Template" link. Click it.
    4) Insert the following code into your template:
    <?xml version="1.0"?>
    <rss version="2.0">
    <channel>
    <title>arthur.wiebe</title>

    <Blogger>

    <!-- Begin .post -->
    <item>
    <BlogItemTitle>
    <title><$BlogItemTitle$></title>
    </BlogItemTitle>
    <description>
    <$BlogItemBody$>
    </description>
    <pubDate><$BlogItemDateTime$></pubDate>

    <!-- End .post -->
    </item>
    </Blogger>
    </channel>
    </rss>

    4) Go to your blog page and download the page HTML.
    5) Remove all the code above <rss... line.
    6) Go to wp-admin and choose RSS Import.
    7) Upload the file you downloaded and edited.

    And you should have all your posts from blogger!

    It worked for me, it's easy, and I hope it helps someone out there.

  2. nasspress
    Member
    Posted 5 years ago #

    in step 5, u mean remove the '<?xml version="1.0"?>' ?

  3. artooro
    Member
    Posted 5 years ago #

    No, that was a mistake. I was in a hurry writing this post. An updated entry is at http://artooro.com/2007/01/25/importing-from-new-blogger-to-wordpress-21/

Topic Closed

This topic has been closed to new replies.

About this Topic