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 trialElizabeth BABYCH
6,993 PointsCan i edit my Wordpress page with child themes if I did the one click wordpress install?
Am I still able to manage the website manually if I did the 1-click Wordpress install? If so, how? I ended up activating with the one-click install through cpanel. Now, I'd like to use a child theme and edit my page locally & FTP with filezilla, but I'm running into issues at this step because my child theme isn't recognized. It says that I don't have a parent theme installed, but I do, in the public_html folder. Does anyone have any ideas?
1 Answer
Caleb Sylvest
7,642 PointsTo be able to use WordPress themes and child themes the theme files need to be in the theme
directory, which is usually somewhere along the path like /wp-content/themes/
. So you can't add the theme to the root, that's probably your main problem.
And yes, you can FTP the files up, using the one-click install or any other install method doesn't matter. But, if you are having troubles figuring all the FTP stuff out, I really just suggest adding parent and child themes through the WordPress admin.
Here's a step-by-step guide to upload theme files via the WordPress admin: http://codex.wordpress.org/Using_Themes#Adding_New_Themes_using_the_Administration_Panels
Hope that helps!
-Caleb