python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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
post_before, post_after identical on update gutenberg bug
I am trying to get the $post_before and $post_after objects for comparison when updating a post in WordPress.
However, when I submit the update, the $post_before and $post_after objects are identical ...
jeremy.k
Votes: 0
Answers: 2
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