Title: Synced Patterns for Themes
Author: Twenty Bellows
Published: <strong>14 Agosto, 2025</strong>
Last modified: 14 Agosto, 2025

---

Procurar plugins

![](https://ps.w.org/synced-patterns-for-themes/assets/icon.svg?rev=3344797)

# Synced Patterns for Themes

 Por [Twenty Bellows](https://profiles.wordpress.org/twentybellows/)

[Descarregar](https://downloads.wordpress.org/plugin/synced-patterns-for-themes.1.2.1.zip)

 * [Detalhes](https://pt.wordpress.org/plugins/synced-patterns-for-themes/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/synced-patterns-for-themes/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/synced-patterns-for-themes/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/synced-patterns-for-themes/#developers)

 [Suporte](https://wordpress.org/support/plugin/synced-patterns-for-themes/)

## Descrição

This plugin enables theme developers to ship patterns that behave as synced patterns(
reusable blocks) while maintaining the benefits of theme-bundled patterns. When 
a theme pattern is marked as synced, it automatically becomes available as a reusable
block that updates across all instances when modified.

 * **Theme-Provided Synced Patterns**: Convert any theme pattern into a synced pattern
   by adding a simple metadata flag
 * **Automatic Synchronization**: Updates to synced patterns propagate across all
   instances site-wide
 * **Block Bindings Support**: Full compatibility with WordPress block bindings
 * **Template Integration**: Use synced patterns in templates and template parts
 * **Seamless User Experience**: Synced patterns appear naturally in the pattern
   inserter

### Usage

#### For Theme Developers

To make a theme pattern synced, add `Synced: true` to the pattern file’s metadata
header:

    ```
    <?php
    /**
     * Title: My Synced Pattern
     * Slug: mytheme/my-pattern
     * Categories: featured
     * Synced: true
     */
    ?>
    <!-- Your pattern blocks here -->
    ```

#### Using Synced Patterns in Templates

Reference synced patterns in templates or other patterns using the pattern block:

    ```
    <!-- wp:pattern {"slug":"mytheme/my-pattern"} /--><h3>Development</h3>
    ```

The plugin source is available on [GitHub](https://github.com/twenty-bellows/synced-patterns-for-themes).

Node & NPM are needed to install and run the development tools:

 * `npm run start` – Start the development environment
 * `npm run stop` – Stop the development environment
 * `npm run test` – Run unit tests (requires running environment)
 * `npm run build` – Build production assets

See the source for more details.

## Instalação

 1. Download the plugin from the [WordPress Plugin Directory](https://wordpress.org/plugins/synced-patterns-for-themes/)
    or [GitHub](https://github.com/twenty-bellows/synced-patterns-for-themes)
 2. Upload to your `/wp-content/plugins/` directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“Synced Patterns for Themes” é software de código aberto. As seguintes pessoas contribuíram
para este plugin:

Contribuidores

 *   [ Twenty Bellows ](https://profiles.wordpress.org/twentybellows/)
 *   [ Jason Crist ](https://profiles.wordpress.org/pbking/)

[Traduza o “Synced Patterns for Themes” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/synced-patterns-for-themes)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/synced-patterns-for-themes/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/synced-patterns-for-themes/),
ou subscreva o [registo de alterações](https://plugins.trac.wordpress.org/log/synced-patterns-for-themes/)
por [RSS](https://plugins.trac.wordpress.org/log/synced-patterns-for-themes/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 1.0.0

 * Initial release

#### 1.2.0

 * Enhanced pattern synchronization using logic from Pattern Builder

#### 1.2.1

 * Improved Documentation

## Metadados

 *  Versão **1.2.1**
 *  Última actualização **Há 11 meses**
 *  Instalações activas **20+**
 *  Versão do WordPress ** 6.6 ou superior **
 *  Testado até **6.8.5**
 *  Versão do PHP ** 7.2 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/synced-patterns-for-themes/)
 * Etiqueta
 * [block](https://pt.wordpress.org/plugins/tags/block/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/synced-patterns-for-themes/advanced/)

## Classificações

Ainda não foram submetidas avaliações.

[Your review](https://wordpress.org/support/plugin/synced-patterns-for-themes/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/synced-patterns-for-themes/reviews/)

## Contribuidores

 *   [ Twenty Bellows ](https://profiles.wordpress.org/twentybellows/)
 *   [ Jason Crist ](https://profiles.wordpress.org/pbking/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/synced-patterns-for-themes/)