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 trialUnsubscribed User
119 PointsI am trying to make a child theme, but my active theme from WordPress is not listed in my local files?
I see other themes listed on my local disk, but the theme I am currently using (and wanting to make a child theme for) is not there. What am I doing wrong?
2 Answers
Nick Ocampo
15,661 PointsCan you write out the path where you're looking? The theme you're using should be in wp-content > themes
Nick Ocampo
15,661 PointsThat's odd. When you're logged in the backend, go to Appearance > Themes, and make sure the theme you are looking for is selected. You should only be able to see themes that are in that directory I believe. Also make sure that your local files are up-to-date. If you're looking at a site that is on a remote server, FTP in and see if you can find the theme in the server files and download it to your local environment.
Ron Gootman
24,409 PointsHi Nick, I had the same issue, since I already have started working on a site before implementing the chile theme method.
I did as you said, downloaded the remote server themes on to my local environemnt to make sure that both my local and public are the same.
Then I followed Zac's procedure from creating a child theme - however when I go to the wordpress admin area into the theme section, I cannot find the duplicated "child theme" version.
Any thoughts on that? I suspect that since I have installed wordpress using the 1 click method first and only afterwards installed the 5-minute method that something is not synced properly.
After completing the 5-minute install, when I opened the mysite.com/wp-admin it would skip the wp-config.php part - would that be the core issue?
Unsubscribed User
119 PointsUnsubscribed User
119 Pointswordpress > wp-content > themes
Then I see several themes listed, twentyfourteen, twentythirteen, etc... but not the current theme I use on my site.