WordPress-to-WordPress Import
Category Wordpress | Permalink | 7. February 2007
« OpenNMS is Cool | Visit Turkey: Red carpet advertising campaign »
I know there are quite a lot of folks who have wanted to merge WordPress blogs or in one way or another import from one blog into another. The feature is coming in the next major build of WordPress and is already in place on WordPress.com blog. Trust me. But for now, I have wrapped that code into a plugin. I’ve already merged two blogs and there are other reasons I need this as well. It works. I have not had a lot of other extensive testing, but for me it works.
So while Matt Mullenweg wrote most of this code, I’ve ripped it off and made it into a plugin for those of us not running bleeding-edge next-gen WordPress blogs.
The exporter pumps a WordPress blog (including comments) out to a WXR file (WordPress eXtended RSS). It will allow you to import blog entries and comments into an existing WordPress blog. It does not overwrite existing entries and it respects authors by giving you the ability to choose who the imported entries are attributed to.
To use it, download the zip (7.6k) or tarball (6.8k) and extract.
- Upload
wp-xmlmigrate.phptowp-content/plugins/ - Upload
wordpress.phptowp-admin/import/ - Activate the plugin.
Note: Both of these files are optional. Uploading wp-xmlmigrate.php and activating will only provide the ability to Export a WordPress blog via the Manage > WP Export menu. Uploading wordpress.php will allow you to import an existing WXR file (a dump from another blog). This file is actually an importer, not a plugin, and so activation is not required to use it. Access the Import mechanism through the standard WordPress Import menu.
Really, the credit goes to Matt Mullenweg for 90% of the code.
Changelog
1.0
- Initial Release
1.0.1
- Minor PHP fixes
1.0.2
- Fixes Version check error when migrating from a WP 1.5.x blog
2.0 - Nov 15, 2006
- Rewrite of codebase
- Fixes “dirty” XML export
- Add support for Category Exports
- Adds support in Export for “Excerpts”. Does not fix weakness in wordpress Importer that does not import excerpts.
2.0.1 - Dec 5, 2006
- No Fixes to export
- Now bundled with new Automattic-developed wordpress.php import file
Related Posts
- Wordpress 2400 Theme pack 2 We made 2400 wordpress theme for you.you can download the best themes of the packet once time ins...
- What is OpenID for Wordpress OpenID is an open standard that lets you sign in to other sites on the Web using your WordPress....
- Wordpress 2400 Theme pack 1 We made 2400 wordpress theme for you.you can download the best themes of the packet once time in...
- WordPress Paged Comments Plugin WordPress Paged Comments is a plugin for WordPress 1.5 and 2.x to allow comment paging. Useful ...
- Wordpress phpBB Bridge WP-United is a new integration package that glues together phpBB, the leading open source bul...
- Fedafi Stand Alone RSS Generator, Wordpress Plugin and RSS publishing network for everyone Fedafi RSS Wordpress Plugin Download Fedafi RSS Wordpress Plugin To download Fedafi RSS Wordpr...
- 83 Beautiful Wordpress Themes You (Probably) Haven’t Seen Sometimes it’s just like searching for a needle in a haystack: if you’ve ever googled for fr...
- Quickly and Easily Generate a Fresh WordPress installation If you build websites using WordPress, your life is about to get a lot easier. It’s simple....
- Wordpress Meta Tag Generator Meta Tag Generator creates meta tags for posts and pages, if none are set, the plugin wil use a ...
- How to install Wordpress on a USB stick Having a local version of your blog is really helpful especially if you are working on a theme, ...


































































