I’ve done this manually in different sites by copying all the files using the File Manager and also copying the Database using phpMyAdmin, basically you would need to:
1. Create the new site.
2. Make a backup of the original site.
3. Go to your File Manager (make sure the option Show Hidden Files is selected) and copy the files to the new domain folder.
4. Create a new database for the new site.
5. Export/import the database.
6. Make some changes in the wp-config.php, the phpMyAdmin site URL file and in your image URLs
There are some good step by step guides here and here
I haven’t used cloning plugins for this, but if you prefer to use a plugin I’ve found this article that you may find helpful
]]>The problem is with this method is that any changes (switching out images etc.) that come later have to be manually made to each site. Cloning programs would be a good solution for building a static site that would never change, but it would be really nice to have a something that would allow me to dynamically control content on all the sites with some kind of management system using one database.
Thanks for the reply!!
]]>