July 22, 2022 — In this workshop, we will walk through the Block Editor Handbook article Curating the Editor Experience in a live environment. Using real-world examples, you will learn how to tailor the Editor to suit your needs and/or those of your clients. From block locking and advanced theme.json configurations to page creation patterns, there are countless ways to curate the editing experience in WordPress.
July 22, 2022
July 22, 2022
July 22, 2022
July 22, 2022
July 22, 2022 — When you need to add some custom functionality to your WordPress site, the best place to put it is in a plugin.
A plugin allows you to add all sorts of things to your WordPress site, from small customizations all the way to up to API integrations, and more.
Join us to learn how plugins work in WordPress, how to create your first plugin and a few fun examples of what plugins can do.
July 22, 2022 — When it comes to website development, the headless approach has become an increasingly popular option.
That is owing to the numerous advantages that Headless WordPress provides, such as improved performance, customization, and security.
Furthermore, because enterprise businesses require the ability to manage large amounts of traffic, it is quickly becoming the preferred option for them as well.
All of this is currently shaping the future of the platform, which concerns us all.
July 21, 2022 — There is a design system in WordPress, and it starts with the block. How do we grow it, nurture it and build on those foundations?
In this talk, I’ll show why we need the system and how important it is for the project, why if we don’t build on those foundations, we make an unstable base. I’ll dream beyond today at what could be, where could we go, and what can we learn from the existing design systems? We will cover processes and tools to look at possible solutions to our problems today.
Let’s explore how to grow the WordPress design system because it’s essential to the future of WordPress and the products created with it.
July 21, 2022 — Content consistency is very important to site owners but implementing that is a complicated issue for developers to solve, with many reaching to third-party plugins.
In this workshop, geared towards developers, we will create a custom plugin that will define a configurable pre-publish checklist that must be met before content can be published.
Along the way, we’ll work with the `@wordpress/env`, and `@wordpress/scripts` packages to create a local development environment and create our build process. We’ll also learn how to extend the Block Editor UI using the SlotFill system and leverage the data layer to deeply integrate our plugin into the core publishing process.