https://github.com/turtlepod/fx-page-builder-base
Custom WP Page Builder Plugin Tutorial
https://github.com/turtlepod/fx-page-builder-base
Last synced: 4 months ago
JSON representation
Custom WP Page Builder Plugin Tutorial
- Host: GitHub
- URL: https://github.com/turtlepod/fx-page-builder-base
- Owner: turtlepod
- License: gpl-2.0
- Created: 2016-05-09T13:16:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T08:13:37.000Z (about 10 years ago)
- Last Synced: 2025-07-17T14:53:03.382Z (12 months ago)
- Language: PHP
- Homepage: https://shellcreeper.com/wp-page-builder-plugin-from-scratch/
- Size: 20.5 KB
- Stars: 19
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Custom WP Page Builder Tutorial
This plugin is created as example in [Page Builder Tutorial Series](https://shellcreeper.com/series/page-builder-tuts/) in my blog.
:turtle: Follow my twitter for updates: [@turtlepod](https://twitter.com/turtlepod).
:coffee: Useful? [Buy me coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TT23LVNKA3AU2).
## (Intro) Create Your Own WordPress Page Builder Plugin From Scratch
[Read Tutorial](https://shellcreeper.com/wp-page-builder-plugin-from-scratch/)
## PART #1: Create Page Builder Page Template
[Read Tutorial](https://shellcreeper.com/wp-page-builder-from-scratch-1-create-page-builder-page-template/)
## PART #2: Features, Design, and UI
[Read Tutorial](https://shellcreeper.com/wp-page-builder-from-scratch-2-features-design-and-ui/)
## PART #3: Data Structure and Saving Page Builder Data
[Read Tutorial](https://shellcreeper.com/wp-page-builder-from-scratch-3-data-structure-and-saving-page-builder-data/)
## PART #4: Front-End Output, Theme Dependency, Save Data to Content
[Read Tutorial](https://shellcreeper.com/wp-page-builder-from-scratch-4-front-end-output-theme-dependency-saving-data-to-content/)
peace,
David.