Created
February 9, 2015 16:19
-
-
Save yuan3y/5331524a4b742fbc424a to your computer and use it in GitHub Desktop.
8 Things to do to Transfer Wordpress between Self-Hosted Sites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Export from Tools > Export in the old host, just keeping all the default options. | |
2. Download the wordpress folder from old host via FTP | |
3. Set up my new host and uploaded the folder via FTP | |
4. Removed wp-config.php | |
5. Install wordpress by opening up the browser to my new site | |
6. Enable the plugins I have | |
7. Tools > Import > Wordpress | |
8. Update Wordpress and plugins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment