Synced Patterns for Themes
A WordPress plugin that empowers themes to provide synced patterns.
Plugin info
Maintenance & Compatibility
Maintenance score
Maintained • Last updated 139 days ago
Is Synced Patterns for Themes abandoned?
Likely maintained (last update 139 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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:
Using Synced Patterns in Templates
Reference synced patterns in templates or other patterns using the pattern block:
Development
The plugin source is available on GitHub.
Node & NPM are needed to install and run the development tools:
npm run start– Start the development environmentnpm run stop– Stop the development environmentnpm run test– Run unit tests (requires running environment)npm run build– Build production assets
See the source for more details.
Installation
- Download the plugin from the WordPress Plugin Directory or GitHub
- Upload to your
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
Review feed
Screenshots
Changelog
1.0.0
- Initial release
1.2.0
- Enhanced pattern synchronization using logic from Pattern Builder
1.2.1
- Improved Documentation