Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I need to move a Wordpress site hosted on Dreamhost to the my companies servers. To do so I used the built in import and export feature that comes with Wordpress (using a wordpress export file), however, it did not copy over images from the site, and it didn't preserve the featured images as well.

Using import/export, is it possible to copy over the images and featured images as well? If not, is there another method I could use?

share|improve this question

3 Answers

up vote 1 down vote accepted
  1. Ensure that the NEW site is already running the same Theme, and all appropriate Plugins.
  2. Generate your export file from your OLD site, ensuring that you export "all content".
  3. Import the file into the NEW site, ensuring that you enable/check the option to download/import all attachments. (It is on the same import step during which you assign Post authors.)

Notes:

  1. If your NEW site isn't running a Theme that has Post Thumbnail support enabled, you might not get your "featured image" post meta exactly as expected.
  2. (Likewise, if your OLD site has Custom Post Types, Custom Taxonomies, or Post Format support enabled, you will need to ensure that these features are enabled on the NEW site, in order to ensure a proper import of these data.)
  3. If you don't enable the option (disabled by default) to download/import attachments, then attachments will be instead linked to the OLD site.
share|improve this answer
I ran it again with the theme enabled and it worked! Thank you Chip. – Wipqozn May 30 '11 at 15:31

I'm using BackupBuddy plugin and it does the migration job very well. This is a commercial plugin. If you prefer free way to migrate WP, this is a great guide (you might want to read further resources at the end of the page, that may help).

share|improve this answer

There's also a free plugin called XCloner which does a very thorough job of duplicating a full site (database, all supporting files, etc.). It's a little involved and therefore overkill for small sites, but for sites where the out-of-the-box WordPress export/import isn't enough, it does the trick.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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