Custom WordPress block that supports Advanced Custom Fields. Part One | WordPress Tutorial

Опубликовано: 15 Март 2026
на канале: Ryan Welcher Codes
1,508
16

In this video, originally streamed Sept 29, 2022, we start building a custom WordPress block that interacts with both native custom post meta registered via code and with fields created using Advanced Custom Fields.

All the code from this stream is available in my repo - https://kdta.io/PhglG

0:00 Intro.
01:45 Scaffolding the plugin.
04:29 Adding some controls for our block with InspectorControls
13:56 Retrieving the post meta using the useEntityProp hook.
44:04 Attempting to update the post meta from our block.
01:17:23 Updating the block so that it can be used in a Query Loop block.
01:28:15 Displaying the chosen meta on the front end.

#wordpress #wordpresstutorial #gutenberg #customblockdevelopment