How can I make a development copy of my site in a subdirectory to test out a theme?
You can create a development copy of the existing site by: Copying all the existing files to the subdirectory. Making a copy of the database and pointing to the database copy in the /new/wp-config.php file. You will need to change the options homeurl and siteurl in new database’s wp_options table to add /new/ to the … Read more