Duplicate/Clone a Multi-site But Use Same Images & Resources?
If you have access to a Linux/Mac/Unix command line with bash, you can do the following: Export your database to an SQL file. Use sed command with -E to run regex search and replace operations on URLs that do not contain wp-content/uploads (or whichever folder contains your media) Import your SQL file to the new … Read more