‘Theme Development’ Videos

  • Nutze das Create Block Theme Plugin, um Themes zusammenzustellen

    WordCamp Leipzig 2024Speaker: Birgit Pauli-Haack

    April 21, 2024 — Mit dem Plugin können auch Nichtentwickler Themes erstellen und ihren Kunden zur Verfügung stellen. Installiere das Create Block Theme Plugin, modifiziere Styles und Templates im Site-Editor und exportiere als ein neues Theme oder ein Child Theme, um es auf einer anderen Seite zu installieren.

    In der Session wird Birgit alle Funktionen erklären und anhand von Beispielen zeigen. Sie wird auch über die zukünftige Entwicklung des Plugins berichten.

  • The independent theme developer’s field guide to modern WordPress

    WordCamp US 2023Speaker: Michelle Schulp Hunt

    December 10, 2023 — The maturation of the block editor brought a major shift in WordPress theme development. For many independent developers, this change was a huge disruption to workflow: a once-reliable codebase now in flux, entirely new coding languages and tooling to learn, and layers of complexity added to tools that used to be simple and accessible.

    Hear from a full-time independent developer – someone building and supporting real projects with classic WordPress, the block editor, “hybrid” themes, and Full Site Editing.

    This talk shares lessons learned about navigating the triumphs and pitfalls of modern WordPress theme development. Find out how to confidently decide which tools and features make sense for your projects.

  • International appeal: making your themes and plugins translatable

    WordCamp Europe 2023Speaker: Carrie Dils

    December 10, 2023 — Learn the basics of internationalization and localization in WordPress. Find out how to apply these capabilities to themes and plugins. This talk covers the translation functions for PHP and JavaScript.

  • WordPress Developer Hours – Styling Blocks (July 2023)

    WordPress Developer HoursSpeakers: Michael Burridge, Justin Tadlock, Ryan Welcher

    July 26, 2023 — Styling blocks: empowering users with CSS custom properties

    It’s important not to be too prescriptive when developing blocks, and to allow users to have as much control as possible over the look and feel of the blocks on their websites.

    In this edition of WordPress Developer Hours we talk about CSS custom properties (also known as CSS variables) and look at how you can leverage them in blocks to give users more control over the styling and presentation of their sites.

    First up, Michael Burridge presents a solution to a common problem, i.e. how to allow users to have control over the styling of inner elements in blocks which have complex markup. While it’s relatively simple to allow users to style a block at the root level, this presentation looks at how you can assign the values stored in block attributes to CSS custom properties and use them to apply user-defined styling to child-elements in both static and dynamic blocks.

    Then, for the second presentation of the session, Justin Tadlock shows you how to integrate CSS custom properties into your block stylesheets that play nicely with themes. The technique used integrates block plugins and theme.json while still giving preference to user choice.

    Whether you’re just starting out with block development or have built dozens of blocks already, this WordPress Developer Hours session is for you, and you’re sure to learn a ton.

  • WordPress theme template tour

    December 15, 2022 — Templates are the WordPress theme files used to render website pages. Getting acquainted with templates is an important step in learning to build themes for WordPress.

    Presentation Slides »

  • Streamline your block theme development with the Create Block theme

    Speaker: Jonathan Bossenger

    November 23, 2022 — Learn how to use the Create BLock Theme plugin to streamline your block theme development processes.

    Presentation Slides »

  • Hallway hangout: block theme development features in WordPress 6.1

    Speakers: Justin Tadlock, Daisy Olsen

    October 21, 2022 — Listen-in pm this casual chat about some of the Block Theme features that are planned to land in WordPress 6.1.

  • Internationalization and localization

    WordCamp Kochi 2019Speaker: Rohan Sadanandan

    October 19, 2022 — This lightning talk explains the importance of internationalization in WordPress, and why it’s essential for themes and plugins. Learn how to make themes and plugins translatable, with practical tips and real code samples.

  • Introduction to block theme development (for beginners)

    Speaker: Sarah Snow

    September 16, 2022 — Learn the basics of building the simplest functional block theme possible from scratch using a text editor and local development environment.

  • Let’s code: what happens when you make theme changes?

    Speakers: Jonathan Bossenger, Thelma Mutete

    September 16, 2022 — Being able to edit a theme in the Site Editor is handy, especially if you’re using it as the base for a new theme. But where do those changes get saved? What happens when you make changes to Global Styles, Block styles, Theme template files, and template parts? What happens when you make changes to the theme files, and changes to the Site Editor; which take precedence? In this session, we’ll be answering these questions.

    Presentation Slides »