How to query for custom field within Gutenberg block from outside of that post? [closed]
This is a bit of a work around, but you could create a Post Meta Block with the Block API, which simply sets a post meta value for a post. Then you could add this block every time you add your ACF custom block, enabling you to query all posts with the ACF custom block. … Read more