‘Child Themes’ Videos

  • Arunas Liuiza: WordPress child themes

    WordCamp Riga 2017Speaker: Arūnas Liuiza

    December 20, 2017 — Arunas is an experienced WordPress plugin developer. He has been working with WordPress since version 2.6.3 and has developed a number of free, premium and custom plugins. Arunas has 14 years of experience in Web development and has been teaching at Kaunas College for 8 years. He is a WordPress Core Contributor, WordPress Kaunas Meetup co-organizer, WordCamp (Lithuania, Riga, Stockholm) speaker and one of the editors of the Lithuanian WordPress translation team.

  • Nick Adams: Getting Started with Child Themes

    WordCamp Rochester 2017Speaker: Nick Adams

    November 29, 2017 — In this presentation, I will explain what child themes are and why they should be used. I will then show how to create a child theme using both a plugin as well as manually creating a new directory and putting in a custom style.css and functions.php file. I will then show how changes to a child theme’s CSS overrides the parent theme’s styles when they apply to the same target element, whereas items added to functions.php run in addition to everything in the parent theme’s functions.php. I will also show how to use Inspect Element in a browser to find what style is currently assigned to an element. Throughout the slides, a single child theme of Twenty Seventeen will be created, resulting in a completely custom child theme that is well documented with explanations written in comments about what the code is doing and what line in the parent theme’s style.css it is overriding for reference.
    Feedback

  • Carlos Díaz: Themes WordPress, padres, hijos y otras hierbas. WordPress Collado Villalba Meetup

    WordPress Collado Villalba MeetupSpeaker: Carlos M. Díaz

    November 3, 2017 — Cuando apareció WordPress en 2004, no tenia ningún tema. Ahora en la actualidad nos encontramos con temas (o plantillas), temas padre y temas hijo, Frameworks…

    En este Meetup vamos a repasar y definir las diferentes categorías de temas que existen y ver, según la experiencia de Carlos M. Díaz Honrado, que es lo que mejor viene según cada escenario.

    Presentation Slides »

  • Carla Saiz Jiménez: Mi primer parto en WordPress. No hacen falta 9 meses para tener un hijo, tan sol

    WordCamp Madrid 2017Speaker: Carla Saiz Jiménez

    May 16, 2017 — En esta charla me gustaría explicar la importancia de crear un child theme en WordPress y cómo se hace. Sobre todo por la típica que siempre te pide el cliente de tocar algo de diseño en CSS y para que no se nos vaya todo al traste al actualizar si hemos tocado cualquier archivo de nuestro theme. Daré nociones muy básicas para detectar el CSS a través del inspector de elementos del navegador y enlaces de interés para sumergirse en la programación como FrontEnd.

    Presentation Slides »

  • Breno Alves: Sweet Child O’ Themes

    WordCamp Fortaleza 2016Speaker: Breno Alves

    May 2, 2017 — Você sabe o que são Child Themes? Se você está começando, eles podem ser uma ótima forma de aprender a desenvolver temas. Mas se você for experiente, saber usá-los pode salvar sua vida e economizar seu tempo!

    Presentation Slides »

  • Rob Riggs: Leveraging Child Themes and Grandchild Themes to Streamline Development

    WordCamp Atlanta 2017Speaker: Rob Riggs

    March 24, 2017 — Great topic for developers of various levels. I walk through a case study and decision tree for building a theme framework and leveraging Child Themes and Grandchild Themes to build quality websites that can continue to be upgraded without affecting design or operability.

    Presentation Slides »

  • Nick Adams: Getting Started with Child Themes

    WordCamp Montreal 2016Speaker: Nick Adams

    December 2, 2016 — In this presentation, presented in English (avec des sous-titres français au bas de l’écran) I will explain what child themes are and why they should be used. I will then show how to create a child theme using both a plugin as well as manually creating a new directory and putting in a custom style.css and functions.php file. I will then show how changes to a child theme’s CSS overrides the parent theme’s styles when they apply to the same target element, whereas items added to functions.php run in addition to everything in the parent theme’s functions.php. I will also show how to use Inspect Element in a browser to find what style is currently assigned to an element. Throughout the slides, a single child theme of Twenty Sixteen will be created, resulting in a completely custom child theme that is well documented with explanations written in comments about what the code is doing and what line in the parent theme’s style.css it is overriding for reference.

  • Torsten Landsiedel: The Child-Theme-Dilemma

    WordCamp Milano 2016Speaker: Torsten Landsiedel

    December 2, 2016 — We always tell the people in the support forums they should use a child theme to make customisations. So many talks are introductions to create child themes. But what if you have a child theme and the parent theme got an update? How do you keep track of your changes?

    A talk for people who don’t want to be beginner any longer and need to be intermediates. Including a plugin solution.

    Presentation Slides »

  • Caleb Burks: Child Themes and the Template Hierarchy

    WordCamp Denver 2016Speaker: Caleb Burks

    November 9, 2016 — In this session, Caleb shows how to create child themes and when they should be used. He also goes over the template hierarchy and how WordPress magically works behind the scenes when choosing a page template.

    Presentation Slides »

  • Stefan Kremer: How to change the look & feel

    WordPress Meetup WürzburgSpeaker: Stefan Kremer

    October 6, 2016 — Stefan zeigt beim WordPress Meetup Würzburg ein wenig die Möglichkeiten auch ohne Programmierkentnisse das Aussehen der Webseite zu verändern. Die Angesprochenen Themen sind: Theme Customizer, Templating, Custom CSS und Child Themes.