vote up 0 vote down star

If I had two blogs in WordPress, can I move (selected) posts between them?

EDIT: I'm talking hosted blogs on the WordPress site btw.

flag

2 Answers

vote up 1 vote down check

Simply go into editing mode: Copy + Paste = Done!

Easiest workaround to be honest, though it doesn't support batch moving :-\

If you want to transfer more posts, this might do the trick:

Usually when you transfer your blog you backup and export your MySQL database because it stores the data of all your posts, comments etc but what if you want to export the data of a particular author only?

This type of situation arises when an author plans to leave a multi authored blog (in order to start a new blog independently) and wants his share of posts. We can easily export the posts, comments, categories and custom fields data of that author using the Export feature of Wordpress which is often overlooked.

To export the posts of a particular author go to your Wordpress Admin Panel and navigate to Manage > Export. There you can choose the author and all posts, comments, categories etc of that author will be exported to your PC in XML format. alt text

Now to Import this data to a new blog just follow the steps:

  • Log into that blog as an administrator.
  • Go to Manage > Import in the blog's admin. alt text

  • Choose "WordPress" from the list of importers.

  • Upload this file using the form provided on that page.
  • You will first be asked to map the authors in this export file to users on the blog. For each author, you may choose to map an existing user on the blog or to create a new user.
  • WordPress will then import each of the posts, comments, and categories contained in this file onto your blog.

This method can also be used to backup your blog without messing with the database.

Thanks jtbandes for getting the figures ;-)

link|flag
Should I be an asshole and copy jtbandes his figures? – Ivo Jul 24 at 8:18
No, you shouldn't :/ – jtbandes Jul 24 at 8:22
vote up 2 vote down

You can export the content from one, modify the XML to contain just the things you want, then import it into the other.

Export

Import

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.