Lollum Page Builder
A simple and lightweight WordPress page builder for developers.
★ 10stars
4forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/lollum/lollum-page-builder/archive/refs/heads/master.zipFrom the readme
Lollum Page Builder
A simple and lightweight WordPress page builder for developers.
Description
The Lollum Page Builder plugin is a simple page builder meant for developers. It doesn't provide tons of features, mega-effects or super options. It's a simple grid with a few predefined blocks. And it provides a simple filter for the creation of new blocks. Unannounced pull requests generally not welcome, I maintain this repo as my own page builder. But feel free to open issues to discuss first: the idea is to keep this page builder as simple as possible.
Usage
To add a new custom block:
To hide the page builder settings page:
1. Declare the page builder support in your theme:
2. Then pass your preferred default values with:
Attach the page builder support (1) and the default options (2) to the aftersetuptheme hook.
Options
id
- Type: String
The ID of the block.
name
- Type: String
The name of the block.
description
- Type: String
The description of the block.
icon
- Type: String
The icon of the block. Uses the Font Awesome icon font.
custom-id
- Type: Boolean
- Default: true
(Optional) If false, the block will not have the Custom ID field.
clonable
- Type: Bool
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 2.5.1 | Sep 25, 2017 |
| 2.5.0 | Mar 10, 2017 |
| 2.4.1 | Feb 2, 2017 |
| 2.4.0 | Dec 22, 2016 |
| 2.3.1 | Dec 18, 2016 |
| 2.3.0 | Dec 7, 2016 |
| 2.2.5 | Dec 3, 2016 |
| 2.2.4 | Nov 29, 2016 |
| 2.2.3 | Nov 25, 2016 |
| 2.2.2 | Nov 23, 2016 |
| 2.2.1 | Nov 22, 2016 |
| 2.2.0 | Nov 21, 2016 |
| 2.1.2 | Nov 15, 2016 |
| 2.1.1 | Nov 4, 2016 |
| 2.1.0 | Nov 3, 2016 |
| 2.0.1 | Oct 19, 2016 |
| 2.0.0 | Oct 19, 2016 |
| 1.0.4 | Oct 19, 2016 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.