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 trialTrevor Jones
1,962 PointsIs there a course on properly setting up Wordpress in FileZilla or other FTP to begin building custom templates?
I'm currently going through the Wordpress course, setting up a Wordpress website, and they have skipped over setting up the FTP properly when they made their child theme. Is there a course I potentially missed or skipped over that addresses working with FTP's for Wordpress?
1 Answer
A.J. Kandy
Courses Plus Student 12,422 PointsThere isn't a Treehouse course specifically on using FTP.
It's a basic part of web development, so I would recommend finding a tutorial online. Google is your friend :)
For the basics of FTP, Siteground has a resource page here: https://www.siteground.com/tutorials/ftp/
For using FileZilla with WordPress, there's this article on the WordPress Codex: https://codex.wordpress.org/Using_FileZilla
Your web host will provide you with FTP / SFTP details, which include the server IP address or URL and any port information, and an FTP username/login (which may be different from your web host's general user login). Your webhost should have an FAQ with general instructions on how to set this up.
Trevor Jones
1,962 PointsTrevor Jones
1,962 PointsThank you!