• furtherup

    (@furtherup)


    I’ve been using WordPress for around a year, and my blog is now cluttered with many “testing” entries and various others that aren’t really ones I want to keep. I’m moving my blog to a small site that hosts a few people, so I’m going to reinstall WordPress and want to do it freshly. Is there a way I can easily export my WP posts to Blogger or LiveJournal so I can read them over later but not have them on my new blog?
    I looked around for a good bit but I couldn’t find any simple explanations. Thanks very much!
    -furtherup

Viewing 2 replies - 1 through 2 (of 2 total)
  • billsaysthis

    (@billsaysthis)

    Blogger doesn’t really have an import or export function, though I wrote up a process and some l33t PHP code:

    https://www.billsaysthis.com/content/singlepost.php?id=113661424133775362

    The company where I work, RawSugar, has created a script that exports all the entries in your database (but not the comments) to produce an XML file which we can import for indexing. The script only takes the permalink, post date, title and category list for each post but it wouldn’t be hard to add the post content as well if you know a little PHP:

    https://www.rawsugar.com/pages/tools/export_wp.php

    Once the entries are in XML they should be usable with a little massaging for pretty much anything. Though helping with this would be beyond the scope of what I/we can offer.

    Good luck.

    Poco

    (@poco)

    It seems like you could just copy your existing WP blog somewhere else (another directory on your site?) and use a different DB table prefix for your new blog. There are instructions in the DOCS somewhere for moving your WP blog to another location.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exporting posts’ is closed to new replies.