Source: Learn WordPress

  • Introduction to Block Development: Build your first custom block

    Learn the basics of block development with this introductory course. This step-by-step guide will walk you through the process of building a custom block from start to finish. The course will guide you through the steps needed to build a practical example project that you can go on to use in your own sites. It…

  • Customizing a header with patterns

    Learn how to modify and change a header pattern to meet your design needs. Learning outcomes Comprehension questions Transcript Welcome to Learn WordPress. Join me as we design a header using a pattern. A header pattern is a pre-made header design that is ready to use or modify. Instead of nesting and grouping blocks together,…

  • Converting a Shortcode into a Block

    In this tutorial, you’re going to learn how to convert an existing WordPress shortcode into a block. We’ll be using the scaffolded code created by the Create Block tool, and applying it to an existing PHP-only plugin. Timestamps Learning outcomes Comprehension questions Transcript Hey there, and welcome to Learn WordPress. In this tutorial, you’re going…

  • Creating a new header with blocks

    Explore how to build a header using a block theme! Gain a deeper understanding of how blocks are nested to create a header and how to replace a header template part. We will also briefly touch on how to insert a header pattern that comes with your theme. Learning outcomes Comprehension questions Transcript Hi and…

  • WordPress Credits

    WordPress Credits is a contribution-based practice program by the WordPress Foundation that brings university students into the heart of the WordPress open source project.

  • Customizing your post content layout

    In this tutorial, we will take a closer look at how you can modify the way single posts are displayed. We will explore two designs and learn how to restructure and nest various types of blocks. Learning outcomes Accessing the Site Editor and Post Template. Recognizing the default layout of your theme’s Post Template. Identifying…

  • Using the create-block Tool

    The WordPress create-block tool allows you to quickly scaffold a new block plugin. In this lesson, you will learn what you need to get started with create-block, how to use it, and review the code it generates. Timestamps Learning outcomes Comprehension questions Video Transcript Introduction In this lesson, you’re going to learn about a command…