Pinned Repositories
learn-iron-code-block-basic
Gutenberg Block Example of a Basic Editable Block
learn-iron-code-block-basic-focus
Gutenberg Block Example that renders differently in the editor depending on whether or not the block is selected
learn-iron-code-block-cake
Gutenberg Block Example using with two different edit: renderings (one in focus, one not in focus), with custom JS and CSS for display on the front-end.
learn-iron-code-block-post-meta
Gutenberg Block Example where the editable value is stored in post meta
learn-iron-code-block-rich-text
Gutenberg Block Example of a RichText Editable Block
learn-iron-code-block-rich-text-list
Gutenberg Block Example of a RichText Editable Block that uses ul/li for the content
learn-iron-code-block-shortcode
Gutenberg Block Example of a Block where the front-end rendering is done in PHP at display time (similar to a shortcode).
learn-iron-code-block-two-elements
Gutenberg Block Example of a Editable Block with Two Editable Elements
my-block-plugin
The basic plugin generated using WP CLI's "scaffold plugin" and "scaffold block" commands.
Learn Iron Code's Repositories
LearnIronCode/learn-iron-code-block-cake
Gutenberg Block Example using with two different edit: renderings (one in focus, one not in focus), with custom JS and CSS for display on the front-end.
LearnIronCode/learn-iron-code-block-rich-text-list
Gutenberg Block Example of a RichText Editable Block that uses ul/li for the content
LearnIronCode/learn-iron-code-block-basic
Gutenberg Block Example of a Basic Editable Block
LearnIronCode/learn-iron-code-block-basic-focus
Gutenberg Block Example that renders differently in the editor depending on whether or not the block is selected
LearnIronCode/learn-iron-code-block-post-meta
Gutenberg Block Example where the editable value is stored in post meta
LearnIronCode/learn-iron-code-block-rich-text
Gutenberg Block Example of a RichText Editable Block
LearnIronCode/learn-iron-code-block-shortcode
Gutenberg Block Example of a Block where the front-end rendering is done in PHP at display time (similar to a shortcode).
LearnIronCode/learn-iron-code-block-two-elements
Gutenberg Block Example of a Editable Block with Two Editable Elements
LearnIronCode/my-block-plugin
The basic plugin generated using WP CLI's "scaffold plugin" and "scaffold block" commands.