May 5, 2023 — When working with any CMS or web framework, it’s a good idea to understand the basics of how it works under the hood. When you understand how your development tools function, you feel more comfortable and confident using them. In this session, you’ll learn the basics of the WordPress request lifecycle, walking through the process that happens on the web server when a browser makes a request to a WordPress URI.
May 5, 2023 — When developing plugins or themes there are certain considerations one needs to make if you want to make sure your plugin or theme supports multsite. In this session, we’ll cover those considerations, look at some specific multisite APIs, and convert an existing plugin to support multsite.
May 4, 2023 — Have you ever wanted to update your site’s design, but wondered exactly what that would entail? It sounds so daunting, so maybe you’ve wanted to watch someone else do it first before you tried? If so, then this online workshop is for you!
Come join this informal live stream where Ben will update his personal blog’s design while answering questions from attendees. In this multi-part workshop, you’ll get to see the full process of updating a site’s design, including:
* Creating a local staging site of a live site and transferring updates between the sites
* Updating a site’s theme from Twenty Twenty-Two to Twenty Twenty-Three
* Editing templates and template parts in the Site Editor
This is Part 4 of a multi-part series.
May 3, 2023 — The category template allows you to create a custom page layout for a specific category of posts. In this tutorial, we are going to explore how you can create and customise a category template to display a post category archive.
May 1, 2023 — Five for the Future is the official contribution program of WordPress which encourages individuals and companies to pledge up to 5% of their time to give back to building WordPress. As WordPress scales up, this program will play a major role in helping WordPress grow with the times, and in taking our favorite open-source software to the next level.
We give an introduction to Five for the Future, and provide some practical tips and guidance for organizations and individuals on how they can make the most out of the contributor program.
April 27, 2023 — Remember the famous “5 minutes installation” process for installing WordPress? Let’s see what WP-CLI can do in 5 minutes. And everything else that can happen in the terminal in 40 minutes. We might actually make WordPress instances more secure. Or just break it.
This is not your usual presentation talk. This is a live terminal commanding; SSHing your WordPress administration and development; and releasing the Kraken or two
April 26, 2023 — WordPress is an awesome platform with a vibrant community of developers and a huge market share. Even though WordPress developers are a dime a dozen, it can still be difficult to find developers who really know their craft.
Don’t be “just another WordPress developer”. Learn how to create a roadmap for growth, hone your craft, gain confidence and stand out from the crowd. In this presentation, you will learn:
– How to identify where you are in the learning process.
– What you should be focusing on right now to optimize your learning.
– Mistakes you should avoid when learning new things.
Ultimately, the concepts learned here can be applied to learning any number of things, but we’ll be specifically focused on learning WordPress development.
April 26, 2023 — In the Developing WordPress User Roles and Capabilities tutorial, you learned how to create and apply user roles, how to add/remove capabilities from a user role, and how to check user capabilities. In this tutorial, you will learn about the built-in support for capabilities when you register a custom post type, and how you can refine these capabilities to suit your specific requirements.
April 21, 2023 — In this tutorial, you will learn how to develop with the built-in WordPress Roles and Capabilities system. You will learn how the user roles and capabilities are set up, how to create and apply user roles, and how to add or remove capabilities from a user role.