Make a list with header and subtext in Gutenberg blocks
I want to create a block in the gutenberg editor, to create lists with a header and subtext (interview format with question and … Read more
I want to create a block in the gutenberg editor, to create lists with a header and subtext (interview format with question and … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
Gallery block are very useful to layout thumbnails. However, when I choose a columns layout (for example, four columns layout), the srcset for … Read more
I have created a map block plugin that works more or less, but I’m having trouble understanding how to load the map script … Read more
I am looking to see what options there are for Gutenberg (or via a plug-in) to allow users with certain roles to edit … Read more
I’m trying to set up a custom block that uses a TinyMCE as the text editable component, rather than using RichEditor. I can’t … Read more
I was searching for a solution to remove the “Most Used” group of blocks from Gutenberg editor and couldn’t find any, is there … Read more
I am able to successfully use wp.hooks.applyFilters() and wp.hooks.addFilter(), but I’m not able to render a React Component using wp.hooks.addAction(). However, the console.log() … Read more
I have created a custom list block that should behave just like the core one, but instead of handling the list items itself, … Read more
I am using reusable blocks to add repeatable content on all my posts. This is not something that I can automate because the … Read more