PHPackages                             dotsunited-wordpress-plugin/editor-grid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dotsunited-wordpress-plugin/editor-grid

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

dotsunited-wordpress-plugin/editor-grid
=======================================

WordPress editor extension to create and manage grids.

v3.0.1(9y ago)3137MITJavaScriptPHP &gt;=5.3.0

Since Oct 30Pushed 8y ago5 watchersCompare

[ Source](https://github.com/dotsunited/wordpress-plugin-editor-grid)[ Packagist](https://packagist.org/packages/dotsunited-wordpress-plugin/editor-grid)[ Docs](https://github.com/dotsunited/wordpress-plugin-editor-grid)[ RSS](/packages/dotsunited-wordpress-plugin-editor-grid/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (1)Versions (18)Used By (0)

WordPress Editor Grid Plugin
============================

[](#wordpress-editor-grid-plugin)

A lightweight WordPress Plugin to create and manage grids via the WordPress Post Editor.

Installation
------------

[](#installation)

Install with

```
composer require dotsunited-wordpress-plugin/editor-grid
```

Note: This plugin does not automatically add the required styles to the frontend pages (only to the Admin Editor), in order to prevent multiple css files from multiple plugins in the site header (which would ruin the pagespeed).

The incorporation into a [Webpack](https://github.com/webpack/webpack) workflow with LESS is encouraged.

You can find an example boilerplate for possible frontend styles [here](https://github.com/dotsunited/wordpress-boilerplate/blob/master/assets/main/editor-grid/style.less), and for a possible WordPress-Webpack setup [here](https://github.com/dotsunited/wordpress-boilerplate/blob/master/webpack.config.js).

The HTML generated by the plugin looks like this:

```

```

Enabling for additional editors
-------------------------------

[](#enabling-for-additional-editors)

The grid plugin can be enabled for other editors by registering the editor IDs through the `dotsunited_editor_grid_editor_ids` filter.

```
add_filter('dotsunited_editor_grid_editor_ids', function($editor_ids) {
    // WP Editor Widget plugin
    $editor_ids[] = 'wpeditorwidget';
    return $editor_ids;
});
```

License
-------

[](#license)

Copyright (c) 2015-2018 Dots United GmbH. Released under the [MIT](LICENSE) license.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~27 days

Recently: every ~0 days

Total

17

Last Release

3500d ago

Major Versions

v0.2.0 → v1.0.02016-06-10

v1.0.0 → v2.0.02016-10-10

v2.0.0 → v3.0.02016-12-02

1.x-dev → v2.0.12017-01-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/5de14776bbddf901c6e24d35829fe66fe997c303d53aca83cc7d1a90bb0b7110?d=identicon)[jsor](/maintainers/jsor)

---

Top Contributors

[![jsor](https://avatars.githubusercontent.com/u/55574?v=4)](https://github.com/jsor "jsor (42 commits)")[![flowdee](https://avatars.githubusercontent.com/u/2278756?v=4)](https://github.com/flowdee "flowdee (1 commits)")[![gruz0](https://avatars.githubusercontent.com/u/335095?v=4)](https://github.com/gruz0 "gruz0 (1 commits)")[![immist](https://avatars.githubusercontent.com/u/4693090?v=4)](https://github.com/immist "immist (1 commits)")

---

Tags

pluginwordpressgrideditor

### Embed Badge

![Health badge](/badges/dotsunited-wordpress-plugin-editor-grid/health.svg)

```
[![Health](https://phpackages.com/badges/dotsunited-wordpress-plugin-editor-grid/health.svg)](https://phpackages.com/packages/dotsunited-wordpress-plugin-editor-grid)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.6k471.6k2](/packages/roots-bedrock)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
