June 19, 2023 — This week we will take a break from writing code, with a WordPress developer quiz! In celebration of WordPress 20th Anniversary on the 27th of May, 2023, I’ll be asking 20 WordPress developer related questions.
Join me for a fun hour as we dive deep into the WordPress developer handbooks and see how many questions you can get right!
June 15, 2023 — In this tutorial, you’ll learn some advanced multisite topics, like exporting a sub-site to a single site install, or converting a multisite back to a single site install.
June 2, 2023 — Writing code, especially in a collaborative environment like open source, requires all participants to follow specific standards. Coding standards help avoid common coding errors, improve the readability of code, and simplify modification. In this workshop, you’ll learn about the WordPress Coding Standards, where to find information about them, as well as how to automate the process of formatting your code to meet the coding standards.
May 31, 2023 — In this tutorial, you’ll be guided through managing a multisite network, including an overview of the Network Admin dashboard, the Network Settings page, and the process of creating and Managing Sub-sites.
May 26, 2023 — When developing WordPress plugins or themes, it’s a good idea to have tools in place to help improve your code quality and debug your code in the case of errors. Enabling error logs, inspecting the values of variables during code execution, and looking at the database queries being run are all tools that developers can use to find and fix problems. In this workshop, we’ll dive into some of the options built into WordPress that you have at your disposal, learn about various debugging plugins and their uses, as well as look at one or two third-party tools to consider.
May 18, 2023 — A multisite network is a collection of sites that all run off the same WordPress installation. In this tutorial, you’ll learn what a multisite network is, why you might consider using a multisite network, and walk through the steps to set one up.
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.
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.