Extensions
Extensions are modular features you activate from Unyson+ → Extensions. Install only what a project needs.
Available extensions
| Extension | What it does |
|---|---|
| Page Builder | Visual drag & drop page building with shortcodes. → docs |
| Shortcodes | The shortcodes framework that powers the page builder. → docs |
| WordPress Shortcodes | Insert Unyson+ shortcodes in any editor. → docs |
| Theme Builder | Divi-style global headers, bodies and footers with conditional assignment (includes header/footer building). → docs |
| Live Page Editor | Edit builder pages on the live front end. → docs |
| Site Converter | Import an AI-generated website into WordPress. → docs |
| Custom Fields | ACF-style custom fields builder. → docs |
| Post Types & Taxonomies | Register CPTs and taxonomies from the admin. → docs |
| Portfolio | A fully-featured portfolio module. → docs |
| Sidebars | Add multiple/dynamic sidebars per page. → docs |
| Breadcrumbs | Drop-in breadcrumb navigation. → docs |
| Forms | Drag & drop contact form builder. → docs |
| Mega Menu | Multi-column dropdown mega menus. → docs |
| Builder | The base builder option type to build custom builders on. → docs |
| Asset Optimizer | Combine enqueued assets to cut HTTP requests. → docs |
| Snippets | Save and embed reusable builder content. → docs |
| WooCommerce | Storefront elements + theme integration. → docs |
| Blog | Relabels Posts as "Blog" across the admin and front end. → docs |
| Mailer | Global email settings + send service used by other extensions. → docs |
| Update | GitHub-based auto-updates for the plugin, theme and extensions. → docs |
Installing & updating
Each extension lives in its own GitHub repository under the Unyson+ org and updates straight from its default branch — no releases required. When a new version is pushed, the Updates page in WordPress offers it automatically.
Developer note
Extensions live in framework/extensions/. See
Creating Extensions for how to build your own,
Option types for how options and shortcodes are
built, and the per-area AGENTS.md files in the plugin source for recipes.