bobbingwide / fizzie

Fizzie theme - a Full Site Editing theme using Gutenberg blocks
9 stars 1 forks source link

Provide automatic links to block examples or other block examples #54

Open bobbingwide opened 3 years ago

bobbingwide commented 3 years ago

Similar to the variations links, where we use the blockinfo block to display links to variations of the block, it would be nice to display (other) examples for a Block or other Block examples for a Block example.

Requirement

Proposed solution

bw_related shortcode

For Blocks the bw_related shortcode that's required is:

[bw_related post_type=block_example]

For other Block examples we can implement the equivalent of this shortcode

[bw_related post_type=block_example meta_key=_block_ref meta_value=_block_ref]