Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Using Child Themes

AdamSoucie
November 09, 2018

Using Child Themes

Part of the 2018 WordCamp Orlando Developer's Workshop, Adam Soucie guides you through the process of creating a child theme for your WordPress website

AdamSoucie

November 09, 2018
Tweet

More Decks by AdamSoucie

Other Decks in Technology

Transcript

  1. USING CHILD THEMES A LITTLE ABOUT ME ▸ Front-End Developer

    at WebDevStudios ▸ Side hustle at Impossibly Creative ▸ WordCamp Orlando organizer @AdamSoucie
  2. USING CHILD THEMES A WHAT NOW? ▸ Why a child

    theme? ▸ Don’t want to mess with the original CSS ▸ You’re using a framework ▸ What’s a child theme? ▸ A theme dependent on another theme ▸ Inherits functionality from parent @AdamSoucie
  3. USING CHILD THEMES SETTING UP A CHILD THEME ▸ 2

    files ▸ style.css ▸ functions.php ▸ Example: https://github.com/AdamSoucie/WCOrlando2018 @AdamSoucie
  4. USING CHILD THEMES OVERWRITING FUNCTIONALITY ▸ Adds custom functionality ▸

    Must follow the exact naming conventions to overwrite ▸ Find parent theme file ▸ Create the same folder structure in child theme as parent theme ▸ Name file the exact same name @AdamSoucie