Content

Text Block

Rich text with the editor you already know.

Live demo

See it in action

Reading width (~65 ch) + accent drop cap

A rich text block. It carries paragraphs, bold, italics, links and lists, edited with the WordPress editor you already know. The Styling tab adds alignment, a reading max-width and a drop cap — every one of them a clean wrapper class, never inline-styled prose.

  • First point
  • Second point
  • Third point

Two newspaper columns (wide measure)

UnysonPlus is a free, open-source WordPress framework. Compose pages from sections, columns and 60+ elements — visually, with no code — then refine the type, spacing and colour from clean wrapper classes rather than inline-style soup.

Everything ships under the GPL: the framework, the Bootstrap 5 theme and every element. Install once and the GitHub auto-updater keeps you current.

UnysonPlus is a free, open-source WordPress framework. Compose pages from sections, columns and 60+ elements — visually, with no code — then refine the type, spacing and colour from clean wrapper classes rather than inline-style soup.

Everything ships under the GPL: the framework, the Bootstrap 5 theme and every element. Install once and the GitHub auto-updater keeps you current.

Three columns

UnysonPlus is a free, open-source WordPress framework. Compose pages from sections, columns and 60+ elements — visually, with no code — then refine the type, spacing and colour from clean wrapper classes rather than inline-style soup.

Everything ships under the GPL: the framework, the Bootstrap 5 theme and every element. Install once and the GitHub auto-updater keeps you current.

UnysonPlus is a free, open-source WordPress framework. Compose pages from sections, columns and 60+ elements — visually, with no code — then refine the type, spacing and colour from clean wrapper classes rather than inline-style soup.

Everything ships under the GPL: the framework, the Bootstrap 5 theme and every element. Install once and the GitHub auto-updater keeps you current.

Centered text, narrow measure (~45 ch)

UnysonPlus is a free, open-source WordPress framework. Compose pages from sections, columns and 60+ elements — visually, with no code — then refine the type, spacing and colour from clean wrapper classes rather than inline-style soup.

Everything ships under the GPL: the framework, the Bootstrap 5 theme and every element. Install once and the GitHub auto-updater keeps you current.

The markup

Clean, lean code

This is the exact HTML the element outputs, straight from the page builder. No wrapper soup, no inline-style bloat.

<section>
	<div class="fw-container">
		<div class="fw-row">
			<div class="fw-col-12">
				<p>A rich text block. It carries paragraphs, <strong>bold</strong>, <em>italics</em>, links and lists, edited with the WordPress editor you already know. The Styling tab adds alignment, a reading max-width and a drop cap — every one of them a clean wrapper class, never inline-styled prose.</p>
				<ul>
					<li>First point</li>
					<li>Second point</li>
					<li>Third point</li>
				</ul>
			</div>
		</div>
	</div>
</section>

To learn more about the Text Block shortcode, please check out the online manual here.

Free & open source

Build with this element, free.

Install the framework and the Bootstrap 5 theme, then drag this element into any page.