https://github.com/bacoords/example-dynamic-block
Tutorial repository for building a dynamic block in WordPress
https://github.com/bacoords/example-dynamic-block
Last synced: about 1 year ago
JSON representation
Tutorial repository for building a dynamic block in WordPress
- Host: GitHub
- URL: https://github.com/bacoords/example-dynamic-block
- Owner: bacoords
- Created: 2024-01-22T16:26:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T16:35:38.000Z (over 2 years ago)
- Last Synced: 2025-07-05T03:33:12.535Z (about 1 year ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Example Dynamic Block
Full video tutorial: https://youtu.be/WZJp1UsPrBQ
This plugin is the demo code for a blog post and video tutorial covering the dynamic blocks in WordPress. Some of the topics include:
- Scaffolding a block plugin
- Registering a block
- Creating a block edit and save functions
- Writing the PHP render for our block
- Using the ServerSideRender component