Hi I will really appreciate your input.
I just got a new template for wp. I want to start working on it without affecting the template already installed and running on the server.
what’s the best way to work around it? someone told me to create a new directory and install wp in that directory, which i did but it shows a 404 page
Sincerely
Jim
I’d say you should install WAMP or MAMP and develop locally. Then only you can see the site in progress and you don’t have to wait for files to upload to view changes. You’re just saving locally.
I suggest you to use the Theme Switcher plugin. Enable only for the administrator.
The easiest way:
Just put the following as wrapper around your code to avoid people seeing what you do:
i’m agree with curtismchale..
but if you are new to wordpress than
i suggest you to first install latest XAMPP via installer from here – installer
or WAMP from here – installer and work locally first..
install latest wordpress and extract it and put folder “wordpress” as directed below
1] for xampp you should put “wordpress” in “../xampp/htdocs”
2] for wamp you should put “wordpress” in “../wamp/www”
install wordpress(hope you know) put your tamplate in “wordpress/wp-content/themes” than go to admin and activate your theme from appearance->themes->your theme-> and activate it.
and start working on it..
hope this will help you…
This plugin Theme Test Drive is what I use to preview themes on a live site (for those times you need too) without affecting what normal users see when they visit your site. You can make themes only visible to administrators, whilst everyone else gets the old default theme you have set.
Just what you were after. Some helpful advice is to develop locally, it makes things so much easier and then FTP’ing the files to your server once you are happy with what you have locally.
Download a copy of XAMPP and it’ll give you an easy and pre set up version of PHP, Apache and MySQL to work with on your own machine locally.