Title: Synced Patterns for Themes
Author: Twenty Bellows
Published: <strong>2025年8月14日</strong>
Last modified: 2025年8月14日

---

プラグインを検索

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

# Synced Patterns for Themes

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

[ダウンロード](https://downloads.wordpress.org/plugin/synced-patterns-for-themes.1.2.1.zip)

 * [詳細](https://ja.wordpress.org/plugins/synced-patterns-for-themes/#description)
 * [レビュー](https://ja.wordpress.org/plugins/synced-patterns-for-themes/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/synced-patterns-for-themes/#installation)
 * [開発](https://ja.wordpress.org/plugins/synced-patterns-for-themes/#developers)

 [サポート](https://wordpress.org/support/plugin/synced-patterns-for-themes/)

## 説明

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.

## インストール

 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

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Synced Patterns for Themes はオープンソースソフトウェアです。以下の人々がこのプラグ
インに貢献しています。

貢献者

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

[“Synced Patterns for Themes” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/synced-patterns-for-themes)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/synced-patterns-for-themes/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/synced-patterns-for-themes/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/synced-patterns-for-themes/)
を [RSS](https://plugins.trac.wordpress.org/log/synced-patterns-for-themes/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0.0

 * Initial release

#### 1.2.0

 * Enhanced pattern synchronization using logic from Pattern Builder

#### 1.2.1

 * Improved Documentation

## メタ

 *  バージョン **1.2.1**
 *  最終更新日 **11か月前**
 *  有効インストール数 **20+**
 *  WordPress バージョン ** 6.6またはそれ以降 **
 *  検証済み最新バージョン: **6.8.5**
 *  PHP バージョン ** 7.2またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/synced-patterns-for-themes/)
 * タグ
 * [block](https://ja.wordpress.org/plugins/tags/block/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/synced-patterns-for-themes/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/synced-patterns-for-themes/reviews/)

## 貢献者

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

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/synced-patterns-for-themes/)