Efficient and Private Blog Redesign?
July 8, 2008 2:11 PM
Subscribe
What's easiest way to work on a redesign of my blog while keeping the live version as is?
I use Wordpress, fully hosted on my own domain. I need to redesign, testing out and tweaking various themes as I go, ideally using my current content. How should I go about this? I don't want random people or search engines to find it while I'm working on it.
I have some other inactive domain names hosted by the same host. The only thing I know to do is to install Wordpress on one of them, create a new database, and import my current content. But there's got to be an easier way, right?
posted by kmel to computers & internet (13 comments total)
4 users marked this as a favorite
In my experience, no.
Your best bet is to copy your whole WP install using FTP, copy the MySQL database, edit the wp-config file in the sandbox installation so that it points at the new DB, do the redesign, then port whatever themes and things you decide upon to the live installation.
If you don't mind downtime, another option is to use a plugin like Maintenance Mode to make the blog accessible only to admins. You can then tweak it for as long as you like, without anybody else seeing.
posted by sindark at 2:22 PM on July 8, 2008