Everything Is a Block
WordPress's editor — known as the Block Editor, or "Gutenberg" — treats every piece of content as an individual, self-contained block. A paragraph is a block. An image is a block. A heading, a button, a list — all blocks, each with its own settings.
Once this clicks, building a page stops feeling like writing in a text box and starts feeling like assembling pieces on a canvas.
- ✓Click the "+" icon anywhere in the editor to insert a new block.
- ✓Every block has its own toolbar that appears when you click into it.
- ✓Blocks can be dragged, duplicated, deleted, or rearranged independently.
The Blocks You'll Reach for Most
There are dozens of block types, but a small handful cover almost everything you'll build in this course.
Standard body text — the default block when you just start typing.
Section titles, with adjustable levels (H2, H3, etc.) for structure.
A single image, pulled from your Media Library or uploaded fresh.
Bulleted or numbered lists.
Splits content into side-by-side sections — useful for layout.
A styled, clickable link — commonly used for calls to action.
Type "/" at the start of a new line to open a quick block search — faster than clicking the "+" icon once you get used to it.
Behind the Visual Canvas
Every block you place is stored as structured content behind the scenes — not just as loose text.
<!-- What a Paragraph block stores --> wp:paragraph content: "Welcome to my site." align: left <!-- Each block keeps its own settings, separate from the rest -->
Step-by-Step: Assembling a Layout
Try this inside a new Draft to get comfortable moving between block types.
Two Ways to See the Same Content
As pages get longer, switching views becomes genuinely useful rather than just a nice-to-have.
Confirming Your Layout Holds Up
Breaking Down What You Just Learned
BlocksEvery element on a page — text, images, buttons — is an individual, editable block.
Block toolbarAppears above a selected block, with formatting and positioning controls.
The "/" shortcutThe fastest way to insert a new block without touching the mouse.
List ViewA structural outline that makes reorganizing long pages far easier.
ColumnsLets you place blocks side by side for more advanced layouts.
Try It Yourself
Insert a Columns block with two columns, then place a short Paragraph in each side. Notice how each column behaves as its own independent container.
Build a Multi-Block Page
Practice assembling a real layout
This exercise combines everything from today into one page you'll actually be proud of.
- Create a new Page and add a Heading block as the title of the section.
- Add a Paragraph block with a short introduction underneath it.
- Add an Image block using a photo from your Media Library.
- Add a Columns block with two Paragraph blocks side by side.
- Open List View to confirm the block order matches what you intended, then publish.
Recap
Every piece of content is its own independently editable block.
Formatting and positioning controls tied to the selected block.
A structural outline for reorganizing long pages quickly.
Places blocks side by side for more advanced layouts.
Key Takeaways
- The block editor treats every element on a page as its own independent block.
- Type "/" to quickly insert a new block without leaving the keyboard.
- List View gives a structural outline that's easier to reorganize than the visual canvas.
- Columns blocks let you place content side by side for richer layouts.
- Always preview and check List View before publishing a multi-block page.