Title: Advanced Custom Fields Page Builder
Author: owenr88
Published: <strong>2016 年 2 月 17 日</strong>
Last modified: 2016 年 10 月 2 日

---

搜索插件

![](https://ps.w.org/acf-page-builder/assets/banner-772x250.jpg?rev=1352435)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/acf-page-builder/assets/icon-256x256.jpg?rev=1352435)

# Advanced Custom Fields Page Builder

 作者：[owenr88](https://profiles.wordpress.org/owenr88/)

[下载](https://downloads.wordpress.org/plugin/acf-page-builder.1.1.4.zip)

 * [详情](https://cn.wordpress.org/plugins/acf-page-builder/#description)
 * [评价](https://cn.wordpress.org/plugins/acf-page-builder/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/acf-page-builder/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/acf-page-builder/#developers)

 [支持](https://wordpress.org/support/plugin/acf-page-builder/)

## 描述

**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
 * 按钮
 * 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).

#### 配置

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);
    ```

#### 用法

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 );
    ```

或者

    ```
    echo get_sections( $id );
    ```

## 屏幕截图

[⌊All sections collapsed⌉⌊All sections collapsed⌉[

All sections collapsed

[⌊Banner section options⌉⌊Banner section options⌉[

Banner section options

[⌊Button section options⌉⌊Button section options⌉[

Button section options

[⌊Content Grid section options⌉⌊Content Grid section options⌉[

Content Grid section options

[⌊Gallery section options⌉⌊Gallery section options⌉[

Gallery section options

[⌊Raw HTML section options⌉⌊Raw HTML section options⌉[

Raw HTML section options

[⌊Simple Contact Forms section options⌉⌊Simple Contact Forms section options⌉[

Simple Contact Forms section options

[⌊WYSIWYG section options⌉⌊WYSIWYG section options⌉[

WYSIWYG section options

[⌊Full Page of created sections⌉⌊Full Page of created sections⌉[

Full Page of created sections

## 安装

Install the plugin by following these steps:

 1. Upload the `acf-page-builder` folder to the `/wp-content/plugins/` directory
 2. 通过WordPress的的“Plugins”菜单激活插件
 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.

## 常见问题

  Can I ask you a question?

Yes. Head over to the [GitHub](https://github.com/owenr88/acf-page-builder) page
with any questions or feature requests. You might also find your answer in the support
tab. 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).

## 评价

![](https://secure.gravatar.com/avatar/d5d85d79f79baba4f5b9a619c51000a67c90c4a228473a9b3d30773859ec200e?
s=60&d=retro&r=g)

### 󠀁[Free plugin requires a commercial component to work](https://wordpress.org/support/topic/free-plugin-requires-a-commercial-component-to-work-why/)󠁿

 [Skylabb](https://profiles.wordpress.org/skylabb/) 2017 年 4 月 9 日 4 回复

This review is updated since the author is making it clear in their description 
that this plugin requires another commercial plugin to work with.

![](https://secure.gravatar.com/avatar/63866b22d75dc55d40de3212a6d4b1d45acb091cd7fae9edd636f90a6caff16f?
s=60&d=retro&r=g)

### 󠀁[Good Start a lot to go!](https://wordpress.org/support/topic/good-start-a-lot-to-go/)󠁿

 [creativemanner](https://profiles.wordpress.org/creativemanner/) 2016 年 9 月 3
日 1 回复

Hey! It is nice to see someone getting this a go. I ve seen some prototypes on the
net and would like to see this become a must to install add-on to ACF. I would look
in to this https://bitbucket.org/dachcom/dachcom-page-designer/overview Good luck!

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/acf-page-builder/reviews/)

## 贡献者及开发者

「Advanced Custom Fields Page Builder」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「Advanced Custom Fields Page Builder」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/acf-page-builder)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/acf-page-builder/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/acf-page-builder/)，或通过[RSS](https://plugins.trac.wordpress.org/log/acf-page-builder/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/acf-page-builder/)。

## 更新日志

#### v1.1.4

 * 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

 * Fixed the containment and bootstrap toggle – wasn’t working!

#### v1.1.2

 * Changed contributors and some house keeping

#### v1.1.1

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

## 额外信息

 *  版本 **1.1.4**
 *  最后更新：**10 年前**
 *  活跃安装数量 **100+**
 *  WordPress 版本 ** 3.8 或更高版本 **
 *  已测试的最高版本为 **4.6.30**
 *  语言
 * [English (US)](https://wordpress.org/plugins/acf-page-builder/)
 * 标签
 * [advanced custom fields](https://cn.wordpress.org/plugins/tags/advanced-custom-fields/)
   [custom fields](https://cn.wordpress.org/plugins/tags/custom-fields/)[page builder](https://cn.wordpress.org/plugins/tags/page-builder/)
 *  [高级视图](https://cn.wordpress.org/plugins/acf-page-builder/advanced/)

## 评级

 3 星（最高 5 星）。

 *  [  0 条 5 星评价     ](https://wordpress.org/support/plugin/acf-page-builder/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/acf-page-builder/reviews/?filter=4)
 *  [  2 条 3 星评价     ](https://wordpress.org/support/plugin/acf-page-builder/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/acf-page-builder/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/acf-page-builder/reviews/?filter=1)

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

[查看全部评论](https://wordpress.org/support/plugin/acf-page-builder/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/acf-page-builder/)