Synced Pattern
Quick Definition
A synced pattern is a reusable group of blocks in WordPress that stays linked across your site — edit it once and the change applies everywhere it is used.

What Is a Synced Pattern?
A synced pattern is a group of blocks that you save once and reuse across your WordPress site. The key feature: when you edit a synced pattern, the change automatically updates every instance of that pattern across your entire site. Edit once, update everywhere.
Before WordPress 6.3, this feature was called a Reusable Block. The rename to "Synced Pattern" was part of a broader reorganization of the pattern system. The concept is the same — the name just makes it clearer that this is a pattern whose content stays in sync.
Here is a practical example: say you have a call-to-action box that appears at the end of every blog post — a heading, a paragraph, and a button. Instead of recreating this box manually on each post, you create it once as a synced pattern. If you later want to change the button text from "Get Started" to "Start Free Trial," you edit the synced pattern once and it updates on every post automatically.
To create a synced pattern:
- Select the block or blocks you want to save
- Click the three-dot menu (⋮) and choose Create pattern
- Give it a name and enable the Synced toggle
- Click Create
Synced patterns appear in the Block Inserter under the Synced Patterns section, marked with a crossing rhombus icon (◇) so you can distinguish them from regular patterns.
Synced vs Non-Synced Patterns
WordPress has two types of patterns:
- Synced patterns — Edit one instance and all instances update. Ideal for content that must stay consistent: CTAs, disclaimers, contact information, business hours, author bios.
- Non-synced (standard) patterns — Each instance is independent. Use as a starting template — insert, customize, and the original stays untouched.
If you insert a synced pattern but need to customize just that one instance, you can detach it. Select the pattern, click the three-dot menu, and choose "Detach pattern." This breaks the sync link and converts it to regular blocks you can edit freely without affecting other instances.
Be careful: if you delete a synced pattern from the Manage Patterns screen, every instance across your site will show "Block has been deleted or is unavailable."
Synced Patterns in Practice
You manage synced patterns from Appearance > Patterns (or via the Site Editor). This is where you can edit, rename, or delete patterns. You can also edit a synced pattern directly within any post or page — changes you make there propagate to all other uses.
Common use cases include newsletter signup boxes, affiliate disclaimers, schema markup snippets, consistent footer CTAs, team member cards, and pricing tables. Anything you repeat across multiple pages and want to update from a single place is a good candidate for a synced pattern.
Why It Matters
Synced patterns save time and prevent inconsistency. Without them, updating a CTA that appears on 50 posts means editing 50 posts. With a synced pattern, it is one edit. For content-heavy sites, this is a game-changer — and it is built right into WordPress core, no plugin required.