May 24, 2024 — Sometimes, you may need a way to modify or extend an existing theme, without making changes to the theme’s code.
This is where child themes come in. Let’s discover what child themes are, why you would use them, and how to create and use a child theme.
May 15, 2024 — As you become more proficient with WordPress development, you’ll find that sometimes things don’t work as expected, and you need to figure out why.
In this lesson, you’re going to learn about the built-in debugging options for WordPress.
May 11, 2024 — Managing a WordPress Multisite network is slightly different from managing a single site WordPress install.
In this lesson, you’re going to learn how to manage a WordPress multisite network.
You will learn about the Network Admin dashboard, and the options available in the Network Settings page, as well as different ways to create and manage sub-sites on the network.
May 11, 2024 — When developing themes or plugins for a WordPress multisite network, there are a few things to consider that are slightly different from developing for a single site WordPress install.
In this lesson, you’ll discover some differences to consider, and how to ensure your plugins and themes are supported for multisite.
May 11, 2024 — WordPress core includes a set of functions and hooks that control certain aspects of the network, or individual sites on the network.
In this lesson, you’ll learn about multisite specific function naming conventions to be aware of, and then dive into some useful multisite specific functions and hooks you can use. Finally, you’ll learn about developing for individual sites in a network, as well as were to go for more information about multisite functions and hooks.
May 11, 2024 — With the basics of managing a multisite network under your belt, it’s time to look at some more advanced multisite management tasks.
Let’s dive into the different possible site statuses, what happens when you delete a site, how to export a single site from a multisite network to its own install, and how to convert a multisite network install back to a single site install.
May 11, 2024 — Managing a WordPress Multisite network is slightly different from managing a single site WordPress install.
In this lesson, you’re going to learn how to manage a WordPress multisite network.
You will learn about the Network Admin dashboard, and the options available in the Network Settings page, as well as different ways to create and manage sub-sites on the network.
May 11, 2024 — A WordPress multisite network is a way to host multiple WordPress sites on a single WordPress installation.
In this lesson, you will learn more about WordPress multisite, why you would consider setting up a multisite network, and the steps to follow to create one.
May 11, 2024 — In order to get started on internationalizing your code, you need to understand the functions that WordPress provides to help you with this process.
In this lesson, you will learn about the most commonly used internationalization functions in WordPress, and how to use them in your code.
May 11, 2024 — Internationalization is the process of developing software in a way that it can easily be translated into other languages without any changes to the source code.
Let’s learn what internationalization is in the context of WordPress, why it is important, and learn where to find more information on how to implement it in your WordPress development.