How do the pros code up a WordPress theme? Locally? Through FTP?
Local web server is a must, it’s pretty much generic web server stack (Apache, MySQL, PHP plus other bits) only running on your local computer. Deployment depends on how you manage your code: just resides on your computer – you will need to sync it to remote server in some way (FTP, SFTP, etc), any … Read more