PHPackages                             owenr88/acf-page-builder - 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. owenr88/acf-page-builder

ActiveLibrary

owenr88/acf-page-builder
========================

A powerful and easy to use page builder, using the Advanced Custom Fields Flexible Content module. WordPress plugin.

v1.1.4(9y ago)17215PHPPHP &gt;=5.3.0

Since Oct 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/owenr88/acf-page-builder)[ Packagist](https://packagist.org/packages/owenr88/acf-page-builder)[ RSS](/packages/owenr88-acf-page-builder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Advanced Custom Fields Page Builder
===================================

[](#advanced-custom-fields-page-builder)

**Contributors:** owenr88 **Tags:** advanced custom fields, custom fields, page builder, build pages **Requires at least:** 3.8 **Tested up to:** 4.6.1 **Stable tag:** 1.1.4 **License:** GPLv2 or later **License URI:**

A powerful and easy to use page builder, using the Advanced Custom Fields Flexible Content module.

Description
-----------

[](#description)

**PLEASE NOTE: The following plugins or add-ons are required for this to work:**

- **[Advanced Custom Fields](http://www.advancedcustomfields.com/) is ESSENTIAL**
- **The Advanced Custom Fields [Flexible Content add-on field](http://www.advancedcustomfields.com/add-ons/flexible-content-field/) is essential**
- **[Simple Contact Forms](https://wordpress.org/plugins/simple-contact-forms/) is required for the Simple Contact Forms page builder section to work**

The ACF Page Builder uses the Advanced Custom Fields Flexible Content field to create a bunch of completely customisable page elements. This plugin works best when used with [Bootstrap](http://getbootstrap.com/), but it isn't essential. These elements include:

- Banner images
- Buttons
- Bootstrap Content Grids
- Image Gallery (with text and caption)
- Raw HTML and JavaScript
- [Simple Contact Forms](https://wordpress.org/plugins/simple-contact-forms/)
- WYSIWYG Content

Each element can be configured - see the screenshots for configuration options. Default options are background colours, wrapper classes and if the element needs to be contained (Bootstrap only!) Please [get in touch](https://twitter.com/biglemontweets) or [submit pull requests](https://github.com/owenr88/acf-page-builder) for any more page sections.

The ACF Page Builder was created and is managed by [Big Lemon Creative](http://www.biglemoncreative.co.uk).

### Configuration

[](#configuration)

To configure which post types or page templates the page builder is displayed on, use the following filter in your functions.php file:

```
function support_acfpb( $support = array() ) {

    $support['post_type'] = array(
        'page',
        'post'
    );

    $support['page_template'] = array(
        'page-templates/page-sectioned.php'
    );

    return $support;

}
add_filter('acfpb_set_locations', 'support_acfpb', 10, 1);

```

### Usage

[](#usage)

We designed the functions to match the ACF syntax of `get_field()` and `the_field()`. Use the functions below to get or directly echo the sections on the front end. The ID is optional.

`the_sections( $id );`

OR

`echo get_sections( $id );`

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

[](#installation)

Install the plugin by following these steps:

1. Upload the `acf-page-builder` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Check out the settings page to create some fields and see how to include it in your theme

The plugin can also be searched for and installed directly in the WordPress Plugin manager.

Make sure that you have [Advanced Custom Fields](http://www.advancedcustomfields.com/) installed.

Frequently Asked Questions
--------------------------

[](#frequently-asked-questions)

Feel free to [contact us](http://www.biglemoncreative.co.uk) if you can't find an answer, or reach us on [Twitter](https://twitter.com/biglemontweets).

Changelog
---------

[](#changelog)

### v1.1.4

[](#v114)

- Remove ID as an option to call the sections - doesn't work
- The container is now disabled if Bootstrap is not selected
- Tested up to 4.6.1

### v1.1.3

[](#v113)

- Fixed the containment and bootstrap toggle - wasn't working!

### v1.1.2

[](#v112)

- Changed contributors and some house keeping

### v1.1.1

[](#v111)

- The very first version! Includes the following sections: banners, buttons, content grid, galleries, raw HTML, normal WYSIWYG text and simple contact form integration

Upgrade Notice
--------------

[](#upgrade-notice)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3509d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/578982d6a75e37005788cc314abed367023cf27c0b85d2c95f79859edac8f2e8?d=identicon)[owenr88](/maintainers/owenr88)

---

Top Contributors

[![owenr88](https://avatars.githubusercontent.com/u/5495088?v=4)](https://github.com/owenr88 "owenr88 (6 commits)")

---

Tags

pluginwordpresscustom fieldsacfadvanced custom fieldspage builderbuild pages

### Embed Badge

![Health badge](/badges/owenr88-acf-page-builder/health.svg)

```
[![Health](https://phpackages.com/badges/owenr88-acf-page-builder/health.svg)](https://phpackages.com/packages/owenr88-acf-page-builder)
```

###  Alternatives

[philippbaschke/acf-pro-installer

An install helper for Advanced Custom Fields PRO

283724.6k](/packages/philippbaschke-acf-pro-installer)[folbert/fewbricks

Write code to create fields and more for Advanced Custom Fields

1195.9k](/packages/folbert-fewbricks)[mcguffin/acf-customizer

Use ACF Fields in customizer.

7611.3k](/packages/mcguffin-acf-customizer)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)[mcguffin/acf-dropzone

Drag and drop file upload for ACF-Fields.

339.2k](/packages/mcguffin-acf-dropzone)[bostondv/acf-ninja-forms

Adds an Advanced Custom Fields field to select one or many Ninja Forms.

1524.7k](/packages/bostondv-acf-ninja-forms)

PHPackages © 2026

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