This guide shows you how to get real work done faster in the WordPress block editor, the standard editor that opens whenever you add or edit a post or page. The block editor is also called the WordPress editor or Gutenberg, and its building blocks are simply called blocks. The aim here is practical: to help you compose, arrange and reuse content quickly using features that are already built in, so you install fewer plugins for jobs WordPress can already do. Every Noiz WordPress site ships with this editor, so nothing needs to be installed to follow along.
Last reviewed: 27 July 2026, against WordPress 7.0.2 (latest stable). This guide is written for Noiz hosting and is kept current against WordPress. It complements, and does not replace, the official WordPress documentation linked below.
Official Documentation Reference
- WordPress Block Editor (WordPress Documentation): the official tour of the workspace, top toolbar, sidebar and Options menu.
- Use keyboard shortcuts, Block Editor (WordPress Documentation): the complete, canonical list of shortcuts for Windows, Linux and Mac.
- Block patterns (WordPress Documentation): how to insert and manage ready made layouts.
- Synced patterns, formerly reusable blocks (WordPress Documentation): how to create content that updates everywhere at once.
- Use the List View (WordPress Documentation): navigating, selecting and reordering blocks by their structure.
- Core Blocks Reference (Block Editor Handbook): the full list of blocks that ship with WordPress, useful before you reach for a plugin.
Prerequisites
- You can log in to your WordPress admin dashboard.
- A post or page open for editing. Go to Posts or Pages in the left admin menu, then click Add New or open an existing item.
- A current, mainstream browser. The editor works best on the latest Chrome, Firefox, Edge or Safari.
Add Blocks Without Reaching for the Mouse
Everything in a post is a block: a paragraph, a heading, an image, a list. The slow way to add one is to click the blue + inserter in the top left. The fast way is to stay on the keyboard.
The Slash Command
On any empty line, type / followed by the block name, for example /image, /heading, /list, /table or /columns, then press Enter. A short menu of matching blocks appears as you type, so you rarely need the full name. This is the single biggest speed gain for most writers, because it inserts the right block exactly where the cursor is.
Markdown Style Shortcuts While Typing
The editor recognises several plain-text patterns and converts them to the correct block as soon as you press Space or Enter. You do not need a Markdown plugin for any of these:
- Type
##then a space for a Heading 2,###for Heading 3, and so on up to######for Heading 6. - Type
*or-then a space to start a bulleted list. - Type
1.then a space to start a numbered list. - Type
>then a space to start a quote. - Type
---(three hyphens) to insert a horizontal separator. - Type three backticks to start a code block.
- Select some text and press the backtick key to turn it into inline code.
Two more autocompleters save time inside text: type @ to mention a user, and type [[ to search your existing posts and pages and drop in a link to one without leaving the keyboard.
Insert Ready Made Layouts With Patterns
A pattern is a pre-arranged group of blocks, for example a hero header, a three-column feature row, a pricing table or a call-to-action banner. Patterns let you drop in a finished, styled layout and then replace the placeholder text and images, instead of building the structure block by block.
- Click the + block inserter in the top left.
- Select the Patterns tab.
- Browse the categories, or use the search box. Your active theme supplies its own patterns, and WordPress also lists community patterns from the pattern directory.
- Click a pattern to insert it at the cursor, then edit the placeholder content in place.
Patterns inserted this way are unsynced: each copy is independent, so editing one has no effect on the others. That is what you want for page layouts you intend to customise. When you want the opposite behaviour, see synced patterns below.
Reuse Content Everywhere With Synced Patterns
Synced patterns are what were called reusable blocks until WordPress 6.3. A synced pattern is a saved block or group of blocks that stays identical everywhere you use it. Edit it once and every instance across your site updates automatically. This is ideal for a standard sign-off, an author bio, a promotional banner, or contact details that must never drift out of step. There is no need for a content-snippet plugin to do this.
Create a Synced Pattern
- Select the block or blocks you want to reuse. To select several, hold Shift and click each one, or drag across them in the List View.
- Click the three-dot Options icon on the block toolbar and choose Create pattern.
- Give the pattern a clear name, leave Synced switched on, and click Create.
To reuse it, open the inserter, go to the Patterns tab and look under My patterns, or type / and start typing the pattern name.
Edit or Detach a Synced Pattern
Editing the content of a synced pattern anywhere changes it everywhere, so make deliberate edits with that in mind. If you want a one-off variation on a single page, select the pattern, open the Options menu and choose Detach. This turns that instance back into ordinary blocks you can change freely, while every other instance stays synced. To rename or delete synced patterns in one place, open the Options menu in the top right of the editor and choose Manage patterns.
Navigate and Reorder With the List View
The List View is a collapsible tree of every block on the page, shown down the left side. It is the fastest way to work with long or deeply nested content, and it removes most of the fiddly clicking that trips people up in the main canvas.
- Open it from the Document Overview icon (the list icon) at the top left, or press
Shift + Alt + Oon Windows and Linux, orCtrl + Option + Oon a Mac. - Click any entry to jump straight to that block, which is far quicker than scrolling.
- Drag entries up or down to reorder blocks, including moving a block into or out of a group or column.
- Click the three-dot menu on any entry to duplicate, delete or lock that block.
- Switch to the Outline tab in the same panel to see your heading structure, word count and reading time. Use it to check that headings step down in order without skipping a level, which matters for readers and for search engines.
Jump Anywhere With the Command Palette
The command palette is a search box for actions and destinations. Press Ctrl + K on Windows and Linux, or Cmd + K on a Mac, then start typing what you want, for example "add heading", "duplicate", "code editor", or the title of another page to open it. It is the quickest route to commands that are otherwise buried in menus.
One gotcha worth knowing: when your cursor is inside text and you have some text selected, Ctrl + K or Cmd + K creates a link on that text instead of opening the palette, because link creation shares the same shortcut. To open the palette reliably, click into open canvas first, or click the search or command field in the centre of the top toolbar.
Keyboard Shortcuts Worth Memorising
You can see the full list at any time by pressing Shift + Alt + H on Windows and Linux, or Ctrl + Option + H on a Mac. The shortcuts below are the ones that pay off in daily writing. As a rule, where Windows and Linux use Ctrl, a Mac uses Cmd, but note the exceptions listed, because the Shift + Alt combinations map to Ctrl + Option on a Mac rather than a simple swap.
Everyday Actions
- Save draft:
Ctrl + S, orCmd + Son a Mac. - Undo:
Ctrl + Z. Redo:Ctrl + Shift + Z. - Bold, italic, underline:
Ctrl + B,Ctrl + I,Ctrl + U. - Add or edit a link: select text, then
Ctrl + K. Remove a link:Ctrl + Shift + K. - Inline code: select text, then
Ctrl + Alt + X(Mac:Cmd + Alt + X), or simply press the backtick key.
Working With Blocks
- Duplicate the selected block:
Ctrl + Shift + D. - Delete the selected block:
Shift + Alt + Zon Windows and Linux, orCtrl + Option + Zon a Mac. - Group the selected blocks:
Ctrl + G. This wraps them in a single Group block you can style or move as a unit. - Insert a block before or after the current one:
Ctrl + Alt + TandCtrl + Alt + Y(Mac:Option + Cmd + TandOption + Cmd + Y). - Convert a paragraph to a heading:
Shift + Alt + 1to6for the heading level (Mac:Cmd + Alt + 1to6);Shift + Alt + 0turns a heading back into a paragraph. - Copy styles and paste styles: use Copy styles from a block's Options menu, select another block of the same type, then paste with
Ctrl + Alt + V(Mac:Cmd + Alt + V). This copies the colour, spacing and typography without copying the content.
Moving Around the Editor
- Open or close the settings sidebar:
Ctrl + Shift + ,(comma), orCmd + Shift + ,on a Mac. - Open the List View:
Shift + Alt + O, orCtrl + Option + Oon a Mac. - Switch between the visual editor and the code editor:
Ctrl + Shift + Alt + M(Mac:Shift + Option + Cmd + M). - Toggle fullscreen:
Ctrl + Shift + Alt + F(Mac:Shift + Option + Cmd + F).
Focus Modes That Cut the Clutter
The editor has several viewing modes, reached from the three-dot Options menu in the top right, under View. None require a plugin.
- Distraction free: hides the sidebars, block toolbars and inserter so only your words remain. The controls fade back in when you move the mouse to the top of the screen. Ideal for drafting.
- Spotlight mode: dims every block except the one you are editing, which helps you concentrate on a single passage in a long page.
- Top toolbar: pins each block's toolbar to the top of the editor instead of floating it above the block. Many people find this steadier, because the toolbar stops jumping around as they scroll.
- Fullscreen mode: hides the WordPress admin menu so the editor fills the window. It is on by default; turn it off here if you prefer to keep the admin menu in view.
Built-In Features That Replace Common Plugins
Before adding a plugin for a formatting or layout job, check whether a core block already does it. Fewer plugins means a lighter, faster site with a smaller attack surface to keep patched, which is exactly the principle behind the WordPress Security Checklist. The following are all built in and need nothing extra installed.
- Accordions and expandable sections: the Details block creates a click-to-expand panel with a summary line and hidden content, so you do not need an accordion or toggle plugin for a simple FAQ.
- Footnotes: select a word, open the block toolbar's more-formatting menu and choose Footnote. WordPress numbers the note, links it, and collects all footnotes at the end of the content automatically.
- Free, licence-safe images: in the inserter's Media tab, search Openverse for openly licensed images and insert them straight into the page. WordPress saves a copy to your media library at the same time, so no stock-image plugin is required.
- Multi-column and stacked layouts: the Columns, Group, Row and Stack blocks handle side-by-side and vertical arrangements, including how they collapse on mobile, without a page-builder plugin.
- Buttons, covers and media-and-text: the Buttons, Cover and Media & Text blocks cover call-to-action buttons and image-with-overlay hero sections natively.
- Automatic lists of posts: the Query Loop block displays a filtered list of your posts, for example the latest articles in a category, which many people install a separate "recent posts" plugin to achieve.
Lock Blocks and Limit Editing
When more than one person edits a site, it helps to protect the parts of a layout that should not move. Select a block, open the three-dot Options menu and choose Lock. You can prevent the block from being moved, prevent it from being removed, or both. To let colleagues change the words inside a layout but not its structure, select the outer group, open Options and choose Content only: only the text and images inside remain editable, and the arrangement stays put.
Troubleshooting
- Symptom: pressing
Ctrl + Kcreates a link instead of opening the command palette. Your cursor is inside a text field with text selected, so the link shortcut takes priority. Click into empty canvas first, or click the command field in the centre of the top toolbar to open the palette. - Symptom: editing a saved block changed it on other pages too. That block is a synced pattern, which is designed to update everywhere. If you wanted a one-off change, undo it, then select the pattern, open Options and choose Detach before editing that single copy.
- Symptom: a keyboard shortcut does nothing. Some shortcuts only act on a selected block, so click the block first. A few combinations are also intercepted by the browser or operating system; if one is, use the equivalent button in the toolbar or the Options menu instead.
- Symptom: the toolbar keeps floating over your text and getting in the way. Turn on Top toolbar from the Options menu under View to pin it in a fixed position.
- Symptom: a block you want does not appear in the inserter search. It may be provided by a plugin or theme that is not active, or it may simply not exist in core. Check the Core Blocks Reference linked above before assuming you need a plugin, and open the inserter's Patterns tab in case a pattern already covers the layout.
If you get stuck building a layout or reusing content across your Noiz WordPress site, open a support ticket with the Noiz support team and include your site address, the page you are working on and a short description of what you are trying to achieve.
