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

Alice Green
Alice Green
1,070 Points

Parent/Child theme using DesktopServer Free Software

Hi guys,

Is it possible to create a child theme using the free desktop server wordpress software? Do I need to d/l more softwares (e.g. FileZilla)? I have bought a premium theme and already started working on my site but now I think I need to change some code and I didn't create a child theme in the beginning.

Thanks,

Alice

Alice Green
Alice Green
1,070 Points

If there is a video explaining could you please link it? Thanks!

2 Answers

You can create a child theme from most WordPress themes and this is the recommended way to make changes to code. Occasionally there are themes where it is impossible. I don't know of a video that tells you how to do it but you can find more info here: https://codex.wordpress.org/Child_Themes. You need to develop your child theme locally then either zip the files and upload them via the theme installer in WordPress or you can upload the files using FTP software such as FileZilla - you don't need to zip the files if you do this.

Alice Green
Alice Green
1,070 Points

Thank you for your help - very useful to me! If I don't intend to change the code, is there any point in me creating a child theme?

You don't need a child theme if you don't intend to change the code.