What is the best/easiest way to redesign a WordPress site "behind the scenes" while keeping the existing site up and running before the "switch" is made? I also want to be able to show my client of the progress on the site.
What is the best/easiest way to redesign a WordPress site "behind the scenes" while keeping the existing site up and running before the "switch" is made? I also want to be able to show my client of the progress on the site.
Set it up on a development server then move it live.
I also want to be able to show my client of the progress on the site.
In person on your computer or from a distance via the web?
If in person, then I would suggest installing WP locally.
If remote, then I'd place it in a sub-folder or something and work live.
The difference is that it takes longer to develop a site on a live server than if it were on your localhost. (IMO)
When it is ready, you can move the theme files and the database to the live site location, provided you are using ALL fresh content in the new design and can overwrite the new site DB.
You can also just upload the new theme and keep the existing content intact.
There's a perfect plugin for what you're looking for.
It allows a user logged in as an administrator to view whatever theme they want (ex: a theme undergoing redesign), while continuing to force typical viewers/users to see the working theme.
Once installed, look for the Theme Test Drive panel in the admin area, and follow the simple instructions to get the results you want.
Post back here if you have any problems.
Thanks racer!
I would want to communicate remotely with my client.
cmegown - So I just need to install this plugin on the existing site and then customize a different theme through the plugin?
You must log in to post.