Question:
In our website (kirksmith-novelist.com)
— if we click “Import” and then select “WordPress” and then import the XML downloaded from the blog we are trying to incorporate —
— will that work in our case? I did that, and got up to the point of clicking the final “Have Fun” ie submit, button. I was fearful that by doing this, it would overwrite, and essentially, wipe out the website that it was coming into.
I’m thinking of trying these directions (from codex) — but not entirely certain if this is what we need or not?!
If You Want Your Old Site To Still Work
Caution: Make sure you have a backup of your old site’s WordPress database before proceeding!
Part A – Activating Your New Site
Download your entire WordPress installation to your hard drive. Name the folder appropriately to indicate that this is your OLD site’s installation.
Download your database.
Go back to your OLD site and go to options and change the url (both of them) to that of your new site.
Again, download your entire WordPress installation to your hard drive. Name the folder appropriately to indicate that this is your NEW site’s installation.
Download your database once again (but keep the old one). Upload this database to your new server. It will be easiest if you use the same database name and you create a user with the same login credentials on your new server as on your old server.
If you used a different database name and/or user (see previous step), edit wp-config.php in your NEW site’s installation folder appropriately.
Upload the NEW site’s installation folder to your new site. Presto, your NEW site should be working!
Part B – Restoring Your Old Site
On the original server, delete your OLD site’s database (remember, you should have a copy on your local computer that you made at the very beginning).
Upload your OLD site’s installation folder to your original server, overwriting the files that are currently there (you may also delete the installation folder on the server and simply re-upload the OLD site’s files).
Upload your OLD site’s database from your local computer to the server. That should do it!
Another procedure for making copies of posts, comments, pages, categories and custom field (post status, data, permalinks, ping status…) easy to follow:
Install a new WordPress site
Go on old site Admin panel. Here, in Manage > Export select “all” in menu Restrict Author.
Click on Download Export File
In new site go on Manage > Import, choose WordPress item.
In the page that will be shown, select the file just exported. Click on Upload file and Import
It will appear a page. In Assign Authors, assign the author to users that already exist or create new ones.
Click on Submit
At the end, click on Have fun
Note: using this method if there are some articles in new site (like hello world, info page…), these will not be erased. Articles are only added. Using the former procedure the article in new site will be deleted.