About 400 results
Open links in new tab
  1. Block Editor Handbook | Developer.WordPress.org

    May 2, 2019 · The Block Editor is a modern paradigm for WordPress site building and publishing. It uses a modular system of blocks to compose and format content and is designed to create …

  2. Tutorial: Build your first block - WordPress Developer Resources

    Dec 15, 2023 · In this tutorial, you will build a “Copyright Date Block”—a basic yet practical block that displays the copyright symbol (©), the current year, and an optional starting year. This …

  3. @wordpress/block-editor

    Mar 9, 2021 · Inside BlockEditorProvider, you can nest any of the available @wordpress/block-editor UI components to build the UI of your editor. In the example above we’re rendering the …

  4. Getting Started – Block Editor Handbook | Developer.WordPress.org

    Oct 22, 2021 · From setting up your development environment and building your first block to understanding the fundamentals, this section is the perfect starting point if you are new to …

  5. The block in the Editor - WordPress Developer Resources

    Dec 18, 2023 · WordPress provides many built-in standard components that can be used to define the block interface in the Editor. These built-in components are available via packages …

  6. Building a custom block editor - WordPress Developer Resources

    Mar 9, 2021 · This guide will walk you through building a fully functioning, custom block editor “instance” within WordPress. Along the way, we’ll introduce you to the key packages and …

  7. Edit and Save – Block Editor Handbook | Developer.WordPress.org

    Mar 9, 2021 · When registering a block with JavaScript on the client, the edit and save functions provide the interface for how a block is going to be rendered within the editor, how it will …

  8. Block Filters – Block Editor Handbook | Developer.WordPress.org

    Mar 9, 2021 · WordPress exposes several APIs that allow you to modify the behavior of existing blocks.

  9. Block API Reference – Block Editor Handbook

    Mar 9, 2021 · Blocks are the fundamental element of the editor. They are the primary way in which plugins and themes can register their own functionality and extend the capabilities of the …

  10. The block wrapper – Block Editor Handbook

    Nov 29, 2023 · Every block in the Block Editor is contained within an HTML wrapper, which must have specific attributes to function correctly both in the Editor and on the front end.