Skip to main content

Unyson+

For WordPress developers

Unyson+ Framework Plugin

The WordPress framework you build sites on.

Custom fields, theme settings, a page builder, a theme builder. Take one piece or the whole thing. Free, no license keys.

  • 100+Builder Elements
  • 21Extensions
  • FreeGPL Licensed
  • AutoGitHub Updates

Not just a page builder

The building blocks of a WordPress site

Unyson+ ships the parts a real project needs: a settings framework, custom fields, content types, a page builder, and a theme builder. Turn on the pieces you want and leave the rest.

A settings framework behind every option

Theme Settings, page-builder element options, and post meta boxes are all built from the same option types. Define a control panel for color, typography, layout, and chrome as a plain array, and the framework renders, validates, and saves it.

  • Dozens of option types: color, typography, media, spacing, gradients, repeaters, and more
  • One API for Theme Settings, element options, and post meta boxes
  • Saved values become design tokens the whole site reads
Explore the options framework
theme-settings.php
$options = array(
  'brand_color' => array(
    'type'  => 'color-picker',
    'label' => 'Brand color',
  ),
  'heading_font' => array(
    'type'  => 'typography',
    'label' => 'Headings',
  ),
  'container_width' => array(
    'type'  => 'unit-input',
    'label' => 'Content width',
  ),
);
One options array becomes a full settings UI, validated and saved for you.

Custom fields and post types, from the admin

Structure content the way a project needs. Build field groups and register custom post types and taxonomies right in the WordPress admin, then read the values in a template or bind them to a builder element.

  • Field groups built on the same option types as everything else
  • Register post types and taxonomies without writing code
  • Read field values in templates, or show them in the page builder
See custom fields and post types
Property · custom post type
Pricenumber
Photo gallerygallery
Amenitiescheckboxes
Locationmap
Featuredswitch
Defined in the admin, read with one call: fw_get_db_post_option().

The best part

A visual builder that ships clean HTML

Most drag & drop builders bury your content under layers of nested divs and scatter inline styles through the markup. Unyson+ outputs lean, semantic HTML and compiles your whole design into one stylesheet. The page stays fast, the markup stays readable, and the theme stays yours.

  • Semantic HTML, not stacks of nested wrapper divs
  • One generated stylesheet, no inline styles on every element
  • Lighter pages and better Core Web Vitals, for free
See the clean-DOM philosophy
page output
<section>
  <div class="fw-container">
    <div class="fw-row">
      <div class="fw-col-12">
        <h2>Fast by default</h2>
        <p>Clean markup. One stylesheet. No div soup.</p>
        <a class="btn btn-primary" href="/start">Get started</a>
      </div>
    </div>
  </div>
</section>
Real Unyson+ output: just the grid and your content. No per-element wrapper soup, no inline styles.

Everything in one framework

More than a page builder

Drag & Drop Page Builder

Build pages visually with ready-made shortcodes. Lay out content with a true drag & drop builder, no code required.

Theme Builder

Design headers, footers and page templates with the same visual builder. Ship them in a child theme, or override any template from the WordPress admin.

Powerful Options Framework

Dozens of option types (typography, color, media, spacing, gradients and more) to build rich theme settings and meta boxes fast.

Modular Extensions

Add only what you need: Portfolio, Sidebars, Breadcrumbs, SEO, Forms, Custom Fields, Post Types and more — each installable on demand.

Custom Fields & Post Types

Create ACF-style custom fields and register custom post types and taxonomies right from the WordPress admin — no code.

GitHub Auto-Updates

The framework, theme and every extension update straight from GitHub — push a change and your sites pick it up automatically.

Free & Open Source

GPL-licensed and free to use. Built on the proven Unyson foundation and modernized for PHP 7.4+ and current WordPress.

Start building

Get Unyson+ for Free

Free and GPL-licensed, forever. Install the plugin and turn on only what you need, from custom fields to the full page builder.

Download Unyson+ (Free)