New Local site created from archive not working

Hi Jo,

Sorry for the delay!

It sounds like some occurrences of the old domain wasn’t changed. To fix this I would recommend running search-replace with WP-CLI

Here’s how you can run the search and replace with WP-CLI in Local:

  1. Right-click on the site in Local
  2. Go to ‘Open Site SSH’
  3. Enter wp search-replace '//olddomain.com' '//newdomain.com' (olddomain.com being your live Flywheel domain and newdomain.com being your Local site domain)
  4. Done!