It’s actually kind of tricky to target the backend of Gutenberg for only a specific post type. Here’s how!
Tutorials
A collection of how-to guides for WordPress development
How to connect Gravity Forms with Salesforce web-to-lead using Gravity Forms’ Webhooks addon
A simple way to connect Gravity Forms with Salesforce, using Gravity Forms’ Webhooks addon.
Add body classes for current page and parent pages
I recently ran into a need I don’t think I’d seen before: adding a body class for the current page and for any parent pages. Here’s how.
How to get a (near) perfect score on GTMetrix & Pingdom
Ready to make your site load faster? Here’s how I went through that process on my own site.
Gutenberg is breaking ACF blocks: here’s how to fix it
Whenever nested calls to the_content happen in Gutenberg, the editor is outputting paragraph tags all over the place.
How to do a hard refresh in every browser
This is a common task during the development process – it’s important to be able to know how to do a hard refresh. The good news? It’s very easy. The bad news? Every browser is a little bit different.
Add WordPress color palettes into the ACF color picker (and how to sync colors with Gutenberg)
With Gutenberg out, everyone’s starting to use the shiny new color settings. That’s great, but if you also are building your own blocks using ACF, the color picker you see there probably doesn’t include your custom colors. This shows you how to put those into sync automatically!