https://github.com/bacoords/example-block-style
Tutorial for Registering a Block Style in WordPress
https://github.com/bacoords/example-block-style
Last synced: about 1 month ago
JSON representation
Tutorial for Registering a Block Style in WordPress
- Host: GitHub
- URL: https://github.com/bacoords/example-block-style
- Owner: bacoords
- Created: 2023-06-16T18:02:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T21:20:23.000Z (about 3 years ago)
- Last Synced: 2025-02-23T06:12:08.651Z (over 1 year ago)
- Language: PHP
- Homepage: https://www.briancoords.com/custom-lists-in-wordpress-with-register-block-style/
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Example Block Style
This plugin is the demo code for a [blog post](https://www.briancoords.com/custom-lists-in-wordpress-with-register-block-style/) and video tutorial covering the `register_block_style` function in WordPress.