python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to rerender inside of .map() list using Gutenberg withSelect
I'm creating table of content Gutenberg custom block which reactive reflect h2 text.
Outside of map(), it works. but inside not working.
Please let me know how to modify this code.
thanks.
import { re...
Ryota Moriyama
Votes: 0
Answers: 1
How to access wp_query in block pattern
I want to create an advanced "next / previous post" block pattern (with title, feature image, etc. ) It' registered and shows up in the FullSiteEditor.
However I can't get the current post o...
user2030152
Votes: 0
Answers: 1
Gutenberg Gallery Block – Same Size Pictures Fix
I just want to share a quick fix for the Gutenberg gallery since I couldn't find the fix anywhere else. What will fix:
Problem: If you upload images to your gallery that have different sizes, the thu...
COS
Votes: 0
Answers: 1
Gutenberg block in theme : integrate your own block initially as a plugin to a theme and error peticion
I created a block initially as a plugin with the latest wordpress block.json architecture that worked and appeared within gutenberg but when integrating it to the theme I get an error of the url reque...
Andre3600
Votes: 0
Answers: 2