Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Wordpress privacy setting when in development

Hi,

I have a Wordpress site in development and I would not like the public to view this. Is there a privacy setting that I can use to turn off live view or keep private while I'm building it.

Thanks

4 Answers

Local development is probably the most recommended method. Although, setting up a development server on your system isn't always convenient. Using services like Cloud9 or Bitnami are becoming more popular. There are a number of ways you can go about it. We may start to see development environments shift mostly to the web in the future, but local development is still very much relevant.

WordPress plugins like Duplicator and All-in-One WP Migration make live deployment a little easier.

Hi Fayrooz, probably the best way is with a WordPress plugin, or using alternate methods as well.

Hi Dustin,

Thanks for your feedback.

Just realised that the correct way to work is to develop the site locally first, by installing MAMP. Then when I'm ready, I should upload to my public folder on the server. I'm currently doing Zac Gordon's Wordpress Dev courses and have been following along at basic level. Have just started his new course on working 'locally', so I guess that's the way do it?

Regards Fayrooz

Fantastic, I'll check these out. Thanks again!

Regards fayrooz