Title: Arvexa Loom Builder
Author: balloodn
Published: <strong>July 22, 2026</strong>
Last modified: July 22, 2026

---

Search plugins

![](https://ps.w.org/arvexa-loom-builder/assets/banner-772x250.png?rev=3619031)

![](https://ps.w.org/arvexa-loom-builder/assets/icon-256x256.png?rev=3619031)

# Arvexa Loom Builder

 By [balloodn](https://profiles.wordpress.org/balloodn/)

[Download](https://downloads.wordpress.org/plugin/arvexa-loom-builder.1.7.0.zip)

 * [Details](https://wordpress.org/plugins/arvexa-loom-builder/#description)
 * [Reviews](https://wordpress.org/plugins/arvexa-loom-builder/#reviews)
 *  [Installation](https://wordpress.org/plugins/arvexa-loom-builder/#installation)
 * [Development](https://wordpress.org/plugins/arvexa-loom-builder/#developers)

 [Support](https://wordpress.org/support/plugin/arvexa-loom-builder/)

## Description

Arvexa Loom Builder is a visual page builder for WordPress with a built-in SEO module.
Build landing pages and complete sites without writing code. The plugin uses WordPress
and its own components, with no required third-party plugins.

The editor is built with native WordPress React (`wp.element`) and requires no build
step. Public pages are rendered by PHP from a JSON layout, keeping the output fast
and search-engine friendly.

Features:

 * Visual page builder with responsive controls, reusable sections and animations.
 * Slider, carousel, gallery, lightbox and repeater controls.
 * Native custom fields, field groups and dynamic data binding.
 * WooCommerce product, cart and filter widgets when WooCommerce is active.
 * Built-in SEO tools for titles, meta tags, Open Graph, JSON-LD, robots rules and
   XML sitemaps.
 * Reusable header, footer and block templates with display conditions.

## Screenshots

[⌊The Loom editor: widget panel, page canvas and inspector.⌉⌊The Loom editor: widget
panel, page canvas and inspector.⌉[

The Loom editor: widget panel, page canvas and inspector.

[⌊A landing-page layout made with the optional Arvexa Loom Builder Pro add-on.⌉⌊
A landing-page layout made with the optional Arvexa Loom Builder Pro add-on.⌉[

A landing-page layout made with the optional Arvexa Loom Builder Pro add-on.

[⌊SEO module settings: JSON-LD schema types and XML sitemap controls.⌉⌊SEO module
settings: JSON-LD schema types and XML sitemap controls.⌉[

SEO module settings: JSON-LD schema types and XML sitemap controls.

## Installation

 1. Upload the `arvexa-loom-builder` folder to the `/wp-content/plugins/` directory,
    or install the plugin from the WordPress Plugins screen.
 2. Activate the plugin through the Plugins screen in WordPress.
 3. Open a page or post and choose “Edit with Loom”.

## FAQ

### Does the plugin require another page builder?

No. Arvexa Loom Builder is a standalone visual editor and does not require another
builder.

### Does it provide custom fields?

Yes. The plugin includes its own field engine with field groups, location rules 
and ten field types, including repeaters. No additional custom-fields plugin is 
required.

### Can I use the built-in SEO module with another SEO plugin?

The plugin provides title templates, meta descriptions, canonical URLs, Open Graph
tags, JSON-LD and XML sitemaps. To avoid duplicate head tags and sitemaps, enable
only one SEO module at a time.

### Does it work with block themes?

Loom replaces enabled post content through the standard `the_content` filter in 
the main WordPress loop. Use a theme whose page template renders the post content
in that loop and provides the page width you need.

### Does it work with WooCommerce?

Yes. When WooCommerce is active, the editor provides product-grid, add-to-cart and
product-filter widgets.

### What happens when the plugin is deactivated?

Your layout is kept as post metadata. While the plugin is inactive, WordPress shows
the normal post content; the Loom layout is available again after reactivation.

### Is there a paid version?

An optional Arvexa Loom Builder Pro add-on adds a design system, global sections,
a visual query loop, layout revisions and a site-wide SEO audit. It is installed
separately on top of the free plugin.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Arvexa Loom Builder” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ balloodn ](https://profiles.wordpress.org/balloodn/)

[Translate “Arvexa Loom Builder” into your language.](https://translate.wordpress.org/projects/wp-plugins/arvexa-loom-builder)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/arvexa-loom-builder/),
check out the [SVN repository](https://plugins.svn.wordpress.org/arvexa-loom-builder/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/arvexa-loom-builder/)
by [RSS](https://plugins.trac.wordpress.org/log/arvexa-loom-builder/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.7.0

 * Editor UX: drag-and-drop reordering of sections, columns and widgets (with a 
   drag handle), including moving widgets between columns; undo/redo with history
   and Ctrl/Cmd+Z / Ctrl+Shift+Z (Ctrl+Y) shortcuts; export a section or the whole
   page to JSON and import sections from JSON (IDs are regenerated to avoid clashes).

#### 1.6.0

 * Reusable templates: `loom_template` can be a Header, Footer or Block, shown by
   display conditions (entire site, front page, post type, specific post, post type
   archive, 404 or search). Headers and footers render in theme positions through`
   loom_header()` / `loom_footer()` with a `wp_body_open` / `wp_footer` fallback.
   Blocks can be inserted through the Template widget or the `[loom_template id="
   123"]` shortcode. Self-recursion is guarded.

#### 1.5.0

 * SEO module: per-post SEO settings (title, description, canonical URL, share image
   and noindex); title templates, meta description, canonical, robots, Open Graph
   and Twitter Card tags; JSON-LD graph for Organization/Person, WebSite, BreadcrumbList,
   Article and WooCommerce Product; native XML sitemap index and per-post-type sitemaps
   at `/sitemap.xml`; robots.txt sitemap entry and custom rules.

#### 1.4.0

 * WooCommerce integration (guarded by `class_exists`). Widgets: Products grid, 
   Add to Cart and Product Filter. Native faceted filters through `pre_get_posts`
   for categories, attributes and price ranges. WooCommerce widget category in the
   editor panel.

#### 1.3.0

 * Native field engine with text, textarea, number, select, true/false, color, image,
   gallery, link and repeater fields. Field groups have a visual builder and location
   rules. Public API: `loom_field()`. Builder text and image widgets can bind to
   custom-field values at render time.

#### 1.2.0

 * Advanced animations: entrance presets with per-element duration, delay and easing;
   continuous loop animations; and hover animations. Scroll-triggered animations
   use IntersectionObserver and honor `prefers-reduced-motion`.

#### 1.1.0

 * Slider widget (slide, fade and cards), Carousel widget, Gallery widget with a
   native lightbox, repeater controls, multi-image gallery picker and single-image
   object control. All interactions use vanilla JavaScript with no external libraries.

#### 1.0.0

 * Core builder, REST layout API, server renderer, responsive scoped CSS, heading,
   text, image, button and spacer widgets, plus entrance animations.

## Meta

 *  Version **1.7.0**
 *  Last updated **3 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [builder](https://wordpress.org/plugins/tags/builder/)[landing page](https://wordpress.org/plugins/tags/landing-page/)
   [page builder](https://wordpress.org/plugins/tags/page-builder/)[seo](https://wordpress.org/plugins/tags/seo/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/arvexa-loom-builder/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/arvexa-loom-builder/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/arvexa-loom-builder/reviews/)

## Contributors

 *   [ balloodn ](https://profiles.wordpress.org/balloodn/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/arvexa-loom-builder/)