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.
How Not To Remove The Powered By Shopify Text
The top search for this problem is a Shopify help article, and it does solve the issue, but it comes with a drawback you should avoid.
Add 404 Page For NuxtJS on Netlify
This post goes over how to get a 404 page to work in Netlfiy when you are running a NuxtJS site.
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.
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.
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.