What Is the Block Editor?

The Block Editor (also called Gutenberg) is the default WordPress content editor. It treats every piece of content — paragraphs, headings, images, buttons, columns — as a separate ‘block’ that you can add, move, and customise independently.

It replaced the older ‘Classic Editor’ and gives you much more control over page layouts without needing to write code.

Common Block Types

Here are the blocks you will use most often:

Adding a Block

Click the + button between blocks, or type / followed by the block name (e.g. /image, /heading).

⌨️ Keyboard Shortcut

Press / at the start of any empty block to instantly search for block types.

Moving and Rearranging Blocks

Click on any block and use the up/down arrows in the toolbar to move it, or grab the six-dot drag handle to drag it.

Block Settings and Styles

When you select a block, the right sidebar shows its settings — colour, font size, padding, and border radius.

Tips for a Clean Layout

Keep your pages consistent by using the same heading hierarchy (H2 for main sections, H3 for subsections). Your theme handles most styling automatically.