All Posts Tagged: #JavaScript

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

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.
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