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 build offline

Hello, After downloading Wordpress, getting a domain and host...is it possible to build your site/blog withOUT an internet connection? Of course nothing would go live or whatnot, but I will be in a location with no connection and would like to try and build a site...and upload it and changes when a connection is available. Is this possible? Thanks for any help and apologies for the novice question. K

3 Answers

The short answer is yes.

In reality you will need to export and import your local database to your hosted database each time, so I would advise to do all of you development local and when you are ready to go live THEN export out to your hosted DB.

There are several tools available to help you accomplish this, just do a Google search. Another place to check out is http://css-tricks.com . Chris Coyier runs that site (which is a WP site) and has written ALOT on the subject of WP Theme development, and site maintenance, just search the site.

I am not getting paid to plug this I swear but you can also check out http://shoptalkshow.com if you are into listening to podcasts. It is hands down the best web design podcast I have ever listened to...I have learned a ton from them.

missgeekbunny
missgeekbunny
37,033 Points

I would suggest checking out MAMP if you're on a Mac or XAMP if you're on windows and then youtube how to set up wordpress on your local host. It will let you build everything you need on a database on your machine.