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 Local WordPress Development Local WordPress Development Migrating WordPress from Local to Live Server

Harvey Ong
Harvey Ong
2,570 Points

did i miss how we should customise the local wp site??? total beginner here. no idea where to begin....

how do we log in to the localwp.com site??? the directory i get is http://localhost/localwp.com/ and it doesnt allow me to log in anymore after i restart my laptop..

where do i start customising my site or buy a theme to play around with site??

1 Answer

Dale Severude
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Dale Severude
Full Stack JavaScript Techdegree Graduate 71,349 Points

The first thing you need to do for local WordPress development is to start up your local server. Whether it is XAMPP, MAMP, Desktop Server, or InstantWP, you need to have this running for local development.

Secondly, to login to your local website, add the /wp-login.php to the end of your URL. This will give you the username and password prompt needed for logging in.

Once you are logged in, you can locally customize your site and develop your themes.