‘Developer Hours’ Videos

  • Developer Hours: WordPress 6.9 Block Bindings & Interactivity API

    Developer HoursSpeakers: Jonathan Bossenger, Juanma Garrido

    December 2, 2025 — WordPress 6.9 is just around the corner, so now is a great time to start digging into the new developer focused updates coming in the next release.

    In the first of two scheduled sessions we will cover

    Block Bindings
    Interactivity API & Interactivity Router

    Join us as we dive into these new updates with live demos and code examples. We’ll wrap up with a Q&A session, so feel free to bring your questions and ideas.

    Presentation Slides »

  • Developer Hours: Everything you need to know about WordPress Playground

    Speakers: Nick Diego, Ryan Welcher

    December 17, 2024 — In the final Developer Hours session of 2024, we took a closer look at WordPress Playground. This tool allows users to create fully functional WordPress instances directly in their browser, with no installation or setup required. Beyond spinning up WordPress sites, Playground offered powerful capabilities, from testing plugins and themes to running demos and even supporting app development. No matter how you engage with WordPress, Playground has something valuable to offer.

    The session explored tools and workflows for plugin and theme development, demonstrated how to use Playground for testing and support, highlighted key improvements introduced in 2024, and offered a preview of exciting new features planned for 2025.

    Presentation Slides »

  • Developer Hours: Improve your workflows with WordPress development tools

    Speakers: Ryan Welcher, Nick Diego

    December 3, 2024 — In this session of Developer Hours, we took a deep dive into the advanced usage of tools like create-block and wp-scripts, along with a few others. We focused on solving common challenges and showcasing techniques that went beyond the basics, even for developers already familiar with these tools.

    The session featured practical examples and insights to help participants work more efficiently, especially when building blocks, block themes, and Editor extensions. While the discussion covered more advanced implementations, it remained accessible to developers of all experience levels, with plenty of resources provided.

    Presentation Slides »

  • Developer Hours: Exploring the Block Bindings API in WordPress 6.7

    Speakers: Justin Tadlock, Ryan Welcher, Nick Diego

    November 19, 2024 — The Block Bindings API, first introduced in WordPress 6.5, allowed the connection of custom fields (or any data) to Core blocks. However, this was just the beginning. Substantial improvements had been made by WordPress 6.7, enabling block attributes to be directly bound to custom fields from the Editor using an intuitive UI and a newly available public JavaScript API.

    In this Developer Hours session, an overview of the Block Bindings API and how it works was provided, including major changes in the API since WordPress 6.5. The session demonstrated how to use the new Editor UI for binding attributes and work with the new JavaScript API. Whether you are new to Block Bindings or have already started using them in their projects, the session offered valuable insights for everyone.

    Presentation Slides »

  • Developer Hours: Exploring the Twenty Twenty-Five Theme

    Speakers: Carolina Nymark, Juan Aldasoro, Nick Diego

    October 29, 2024 — WordPress 6.7 will be released on November 12, 2024, introducing the new Twenty Twenty-Five default theme. This session of Developer Hours is a review of the theme’s development and design, led by theme developers Carolina Nymark and Juanfra Aldasoro.

    The presentation provides a technical demonstration of Twenty Twenty-Five, highlighting new capabilities such as section styles and typography presets—features never before seen in a default WordPress block theme. We also reviewed the structure of the theme files, naming conventions, and how the many patterns and block templates were built.

    Session resources:

    https://make.wordpress.org/core/2024/08/15/introducing-twenty-twenty-five/
    https://github.com/WordPress/twentytwentyfive

  • Developer Hours: An Introduction to Data Views

    Speakers: André Maneiro, Nick Diego, Juanma Garrido

    September 24, 2024 — The new WordPress Site Editor UI simplifies managing Pages, Templates, and Patterns with easy filtering, customization, and field selection. This enhanced experience is powered by the DataViews component and is part of WordPress’s move toward better collaboration.

    Data Views offers a flexible way to display data as tables, grids, or lists, with options for filtering, sorting, and more. Even though it’s still being improved, you can already use the DataViews component in your projects and plugins.

    In this Developer Hours session, we explored:

    – The fundamentals of the DataViews component
    – How to add a React app to a custom WordPress admin page
    – How to display a custom dataset using Data Views

    Presentation Slides »

  • Developer Hours: A First Look at the Template Registration API in WordPress 6.7

    Speakers: Justin Tadlock, Nick Diego

    September 10, 2024 — WordPress 6.7 will include a new template registration API, letting you register custom block templates in your plugins. This long-needed feature lets you create default front-end output that plays nicely with themes while also being customizable from the Site Editor by users.

    In this Developer Hours session, we looked at:

    – The basics of registering templates for your plugin.
    – Working with the template hierarchy and themes.
    – Building custom templates for custom post types and taxonomies.
    – Taking your templates to the next level by integrating them with custom fields, block variations, and more.
    – Creating templates for entirely custom URLs built with the Rewrite API.

    Presentation Slides »

  • Developer Hours: Building WordPress themes with the Create Block Theme plugin

    Speakers: Tammie Lister, Birgit Pauli-Haack

    August 27, 2024 — In this Developer Hours session, we explored how to use the Create Block Theme plugin to make block theme development easier. Tammie Lister, core committer, theme maintainer, and contributor to Gutenberg, joined us to explain how it works and talk about the new features. Whether you’ve used the plugin before or created your own block theme, you won’t want to miss this chance to see how it can improve your workflow.

    The following topics are covered in this session:

    – How to create a theme from scratch
    – How to clone an existing block theme or create a child theme
    – How to customize your theme in the Site Editor
    – How media used in templates is managed for you
    – How the plugin helps make themes translation-ready
    – And more!

    Presentation Slides »

  • Developer Hours: Hello, Blocks! – An Introduction to Block Development

    Speakers: Ryan Welcher, Juanma Garrido

    August 13, 2024 — Blocks have become integral to most WordPress projects. While Core blocks cover a wide range of content types and many third-party block libraries are available, you may eventually need functionality that doesn’t yet exist. If you’ve never had the chance to build a custom block or are unsure where to begin, this session is for you!

    We explained how blocks are structured and defined within WordPress, giving you a foundational understanding of block.json, attributes, block supports, and more. You will learn the differences between statically and dynamically rendered blocks, along with the pros and cons of each. Finally, we introduced tools that will help you quickly start creating your own custom blocks.

    Presentation Slides »

  • Developer Hours: Do you really need a custom block? Let’s explore alternatives

    Speakers: Nick Diego, Juanma Garrido

    July 23, 2024 — Building custom blocks is a key aspect of WordPress development, but it’s not always the best solution. With the recent enhancements in WordPress 6.5 and 6.6, you can often avoid creating blocks from scratch by leveraging new features alongside core WordPress blocks. It’s all about selecting the right tool for the right task.

    In this Developer Hours session, we explored several scenarios often addressed with custom blocks and discussed alternative approaches, especially those that leverage block patterns and Editor extensions. Key highlights include:

    – How to add new functionality to core blocks
    – How to use content-only editing and the allowedBlocks attribute in patterns
    – How to integrate block bindings and block variations
    – How to effectively use block locking and naming
    – How to create overrides in synced patterns

    Presentation Slides »