All Posts Tagged: #WordPress

Change Default ACF Field Name

In this post I will discuss how you can change the default way that Advanced Custom Fields will update your name field (usually based on the label). This will be done using the ACF JavaScript API.
Read

Create unique class names for Gutenberg Blocks (admin)

If you are building a Gutenberg block that needs to be allowed to have multiple on a page, then you may need a unique ID to apply to your elements for JS handling.
Read

Add ACF Meta to WP REST API Response

Advanced Custom Fields is a popular plugin to use in WordPress. This post shows you how to add the ACF data to the default WP REST /posts route.
Read

Remove Edit As HTML Option From Gutenberg Block

Learn how to quickly remove the "Edit as HTML" option when you are creating your own custom Gutenberg block in WordPress.
Read