Primary Nav

Why WOO Canvas Child Theme?

A child theme is like a protective layer that helps keep the core clean and free of issues.

A child theme in WordPress can be completely empty so that you’re really only using the parent theme (in this case, Canvas). So if the child theme is empty, why bother? Here’s why.

  1. Website –> Transportation
  2. WordPress –> Car
  3. WOO Themes –> Car Company (e.g. BMW)
  4. WOO Themes Canvas –> Model (e.g. BMW 525)
  5. WOO Themes Fresh Canvas –> James Bond-like protective shield plus you’re open to add features and styling galore.
The main reason to use a child theme is so that you can easily update the parent (or main) theme without having to worry about any changes you might have made along the way.

To get a little technical, in WordPress, it’ll be mostly the functions.php file (features) and the style.css file (styling, CSS, look, layout). You can add to the functions file, edit, break it, try things out, delete it, and it’s all OK. Same goes for the style.css file for the child theme: play around, test, override the parent theme, and pull in CSS from elsewhere with custom styling. For example, add the code to the functions file to add a full-width slider in Canvas with just a bit of code in the child theme. Done.

When you have a child theme, all of the functions of the parent theme are still there.

Again, you can also have the child theme have an empty functions file and empty style sheet and you’re still in better shape.

 

, ,

7 Responses to Why WOO Canvas Child Theme?

  1. Stuart Edwards September 9, 2013 at 7:01 am #

    Hi Bradley!

    Cheers for this. Just a quick one – I’ve made a billion and one changes to my core woothemes files – comments, functions and magazine .php files.

    How does one go about added these modifications to the child theme?

    Thanks Bradley!

    Sty

    • Bradley Charbonneau September 12, 2013 at 8:19 am #

      I’m going to go out on a limb here and let you know how I think it works and we can both see what happens … sound risky? OK, I guess it is. BACK UP your files first! 🙂

      As far as I understand it, the site will first look for files in the child theme’s directory before it looks in the parent theme. So if you, for example, were to copy the file from the parent theme to the child theme (e.g. functions.php or magazine.php) the site should look first for the child theme version of the files and then ignore the parent theme files. Does that make sense? Remember, this is how I think it works … please try this on a test site or at the very least back up (or make copies) or any file you’re playing with.

      Better, but more difficult, is to create functions and hooks placing or changing what you want where you want it. That way, you don’t change any files really, you’re just altering what they do on the fly. Hope that’s helpful.

      • Stuart Edwards September 12, 2013 at 5:42 pm #

        Cheers Bradley – I’ll give it go!
        My problem is that all the documentation I’ve found only really referes to functions.php and custom.css. I’ve edited loads of files – Would it literally be a case of copying those files into the child theme – then those would load first – What if there’s an update to the code and MY files in the child themes are out of date when I update WordPress?

        I hope this makes sense! Thanks for the reply!

        Stu

        • Bradley Charbonneau October 10, 2013 at 4:53 pm #

          Aha, I see what you mean, Stuart. I suppose then if you needed to keep your files that are now in your child theme up to date you’d have to see what changed in the parent theme and add/edit that in the files you have in your child theme.

          This is the advantage of something like WOO hooks. They “insert” code to perform an action in certain places. So, for example, instead of saying you want to put a photo of a kangaroo at the top of your archive pages by editing the archive file (e.g. archive.php) you’d create a hook that said something like, “If page is archive page, put this code (photo of kangaroo) into top.” That’s my low-tech explanation of how hooks work. Hope that’s of some help!

Trackbacks/Pingbacks

  1. Write Every Day Challenge - June 26, 2013

    […] Why WOO Canvas Child Theme? (Jun 26) […]

  2. Clean Canvas, a WOO Canvas Child Theme - October 4, 2013

    […] Why a child theme? There are tons of reasons to use a child theme for a framework like Canvas and just about zero reasons not to. […]

  3. WOO Themes Canvas Child Theme Doesn't Involve Peas and Carrots - November 1, 2013

    […] dear visitor and WordPress website newbie, probably don’t know why you’d want a child theme for your WordPress site. I just finished a conversation where the first thing my newbie darling said was […]

Leave a Reply