Title: Synced Patterns for Themes
Author: Twenty Bellows
Published: <strong>14 août 2025</strong>
Last modified: 14 août 2025

---

Recherche d’extensions

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

# Synced Patterns for Themes

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

[Télécharger](https://downloads.wordpress.org/plugin/synced-patterns-for-themes.1.2.1.zip)

 * [Détails](https://fr.wordpress.org/plugins/synced-patterns-for-themes/#description)
 * [Avis](https://fr.wordpress.org/plugins/synced-patterns-for-themes/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/synced-patterns-for-themes/#installation)
 * [Développement](https://fr.wordpress.org/plugins/synced-patterns-for-themes/#developers)

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

## Description

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.

## Installation

 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

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs/contributrices & développeurs/développeuses

« Synced Patterns for Themes » est un logiciel libre. Les personnes suivantes ont
contribué à cette extension.

Contributeurs

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

[Traduisez « Synced Patterns for Themes » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/synced-patterns-for-themes)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/synced-patterns-for-themes/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/synced-patterns-for-themes/),
ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/synced-patterns-for-themes/)
par [RSS](https://plugins.trac.wordpress.org/log/synced-patterns-for-themes/?limit=100&mode=stop_on_copy&format=rss).

## Journal des modifications

#### 1.0.0

 * Initial release

#### 1.2.0

 * Enhanced pattern synchronization using logic from Pattern Builder

#### 1.2.1

 * Improved Documentation

## Méta

 *  Version **1.2.1**
 *  Dernière mise à jour **il y a 11 mois**
 *  Installations actives **20+**
 *  Version de WordPress ** 6.6 ou plus **
 *  Testé jusqu’à **6.8.5**
 *  Version de PHP ** 7.2 ou plus **
 *  Langue
 * [English (US)](https://wordpress.org/plugins/synced-patterns-for-themes/)
 * Étiquette
 * [block](https://fr.wordpress.org/plugins/tags/block/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/synced-patterns-for-themes/advanced/)

## Évaluations

Aucun avis n’a encore été envoyé.

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

[Voir tous les avis](https://wordpress.org/support/plugin/synced-patterns-for-themes/reviews/)

## Contributeurs

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

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/synced-patterns-for-themes/)