Search Results
310 results found for “editor”. Showing results 25 to 36.
-
Converting a Classic theme to a Block theme
Part of: Intermediate Theme Developer
This lesson explores the possibilities of converting a classic theme into a hybrid theme or a…
-
Nested Blocks
Let’s take a look at how nested blocks work, and how you can create them in…
-
Block Variations
This lesson introduces the concept of block variations, which are a way to create different versions…
-
How Styles are generated
Part of: Advanced WordPress User
Explore theme.json’s role in WordPress styling and why the Site Editor is preferred for customization.
-
Block functionality
Part of: Beginner WordPress Developer
Learn how to start building your block’s core functionality.
-
Why use create-block?
Part of: Developing your first WordPress block
Let’s look at why it’s a good idea to use create-block to scaffold your blocks. create-block…
-
The Block Editor: An Efficient Walkthrough
Part of: Getting Started With WordPress: Get Familiar
Both posts and pages use the Block Editor to make them look visually stunning. So, let’s…
-
Finding a block theme for your design needs
Part of: Beginner WordPress Designer
Discover and customize a WordPress block theme using the Site Editor for design needs.
-
Templates
Part of: Intermediate Theme Developer
Using the theme.json file, we will register a custom template we create from scratch.
-
Block supports and styles
Part of: Beginner WordPress Developer
Learn how to use Block Supports to add common functionality to a block.
-
Scaffolding a new block
Part of: Beginner WordPress Developer
In this lesson you will scaffold a new block using the create-block tool.