Content

Widget Area

Render a registered widget area inside the page.

Live demo

See it in action

Recent Highlights

UnysonPlus is a free, open-source WordPress framework. This is a Text widget rendered inside a registered widget area by the Widget Area element.

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">
				<div id="text-3" class="widget widget_text">
					<h2 class="widget-title">Recent Highlights</h2>
					<div class="textwidget">
						UnysonPlus is a free, open-source WordPress framework. This is a Text widget rendered inside a registered widget area by the Widget Area element.
					</div>
				</div>
			</div>
		</div>
	</div>
</section>

To learn more about the Widget Area 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.