Search Results
315 results found for “block editor”. Showing results 49 to 60.
-

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…
-

theme.json in Classic themes
Part of: Intermediate Theme Developer
This lesson explores the option of adding theme.json to a classic theme.
-

Block Hooks API
Discover how to use the Block Hooks APIto automatically insert a block next to all instances…
-

Design Contribution Pathways for Students
Part of: WordPress Credits Designer Track
Learning Objectives By the end of this lesson, you will be able to: Identify design-specific contribution…
-

useBlockProps
Part of: Developing your first WordPress block
At this point, you may be wondering how the block’s class attribute is applied to the…
-

Other useful development tools
Part of: Beginner WordPress Developer
Introduces some of the other useful tools for developers, including tools for both theme and plugin…
-

Building AI into Your Publishing Workflow
Part of: AI-Powered WordPress
Learning objectives By the end of this lesson, you will be able to: Identify which AI…
-

block.json
Part of: Developing your first WordPress block
When you learned about the files that create-block generates, you learned about the block.json file. In…
-

The WordPress AI Client
Part of: AI-Powered WordPress
Learning objectives By the end of this lesson, you will be able to: Identify the WordPress…
-

The save function, and dynamic blocks
Part of: Developing your first WordPress block
Now that you have your Edit component fully functional, it’s time to implement the save function.…
-

Block Attributes
Part of: Developing your first WordPress block
In the section on Attributes, you learned there are two types of attributes, those that control…