Skip to content

k1mmm/post-and-page-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status License PHP Version Greenkeeper badge

Plugin Page: https://wordpress.org/plugins/post-and-page-builder/

Official Download Link: https://downloads.wordpress.org/plugin/post-and-page-builder.zip

Post and Page Builder

Contributors: boldgrid, rramo012, imh_brad, timph, joemoto

Tags: page builder, drag and drop, tinymce, editor, landing page

Requires at least: 4.4

Tested up to: 4.9.5

License: GPLv2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Description

Post and Page Builder is a standalone plugin which adds functionality to the existing TinyMCE Editor used in the WordPress page and post editor.

Requirements

  • PHP 5.3 or higher.

Installation

  1. Upload the entire post-and-page-builder folder to the /wp-content/plugins/ directory.

  2. Activate the plugin through the Plugins menu in WordPress.

JS/CSS Development

# Install dependencies
yarn install

# Run localhost:4000 with hot reload
npm start

# Add the following to your wp-config.php
define( 'SCRIPT_DEBUG', true );
define( 'BGEDITOR_SCRIPT_DEBUG', true );

# Build for production
yarn build

About

The Post and Page Builder plugin for WordPress.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.1%
  • CSS 30.2%
  • PHP 19.7%
  • HTML 1.7%
  • Shell 0.3%