I’ve downloaded my WP site from the server - all of public_html and contents. How do I import that to Local to fire up a local copy on my computer to work on? Thanks
I find the easiest way is to:
- Setup your local site as a fresh install
- replace the wp-content folder with your downloaded version
- Use WP Migrate DB to export your live site’s database and make sure you use the local url
- Using Adminer or SequelPro replace the local database with the downloaded SQL from the production site.
Hope this helps, and is clear…