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

Blake Lieberman
Blake Lieberman
23,772 Points

I created a genesis child theme. But its not uploading. How do I do it correctly?

I created a genesis child theme but when I upload it in a zip file to my site it fails to upload. What am I doing wrong?

Austin Whipple
Austin Whipple
29,725 Points

Hi Blake, what kind of error message is shown when the upload fails?

Blake Lieberman
Blake Lieberman
23,772 Points

Are you sure you want to do this? Then it wouldn't load. The file was 10mb. I used managewp and it worked out though.

Austin Whipple
Austin Whipple
29,725 Points

Sounds like it may have been a connectivity issue or a temporary problem with your FTP client while trying to add the file to your wp-content/themes/ file.

Since you've got it all working out now, I'm going to modify the topic line of your post. Enjoy the theme development!

Blake Lieberman
Blake Lieberman
23,772 Points

I don't have a ftp set up on that digital ocean server.

1 Answer

Austin Whipple
Austin Whipple
29,725 Points

Ah ha! So to manually add a custom theme (or child theme) to a site the old fashioned way, you need to add it to the /wp-content/themes/ directory before you can activate it via the WordPress Dashboard. Uploading through the Media Library or to a different location on your web server won't work. ManageWP can streamline this and other WordPress admin processes.

Check out this WordPress Codex article on themes for more information.