Headless Form Submission With the WordPress REST API | CSS-Tricks
If you’re building a WordPress site, you need a good reason not to choose a WordPress form plugin. They are convenient and offer plenty of customizations
Using ACF Builder with Sage for creating ACF Fields | Roots
How to implement ACF Builder, a fluent API for the Advanced Custom Fields plugin, with Sage. Create field groups using a clean, reusable, DRY approach.
Going Headless: Use Cases And What It’s Good For — Smashing Magazine
One of the drivers of the popularity of headless options is that expectations for the quality of user experience are constantly going up. In this article, we explore what headless means, use cases for it, and how to decide if headless is a good fit for you.
Developing For Imperfect: Future Proofing CSS Styles | Modern CSS Solutions
How do we plan future-proof styles in a world with an infinite degree of device and user ability variance? Let's explore how things can break and how modern CSS provides solutions.
How to Disable Custom Colors in the Gutenberg Block Editor — Rich Tabor
Gutenberg, the soon-to-be block editor for WordPress, has a nifty color palette used throughout many blocks which allow users to set custom colors. While this sort of empowerment is quite useful, I can think of a few reasons why folks would want to limit the styling capabilities of Gutenberg. For instance, if you give a …
Most inputs have something in common — they are happiest with a companion label! And the happiness doesn’t stop there. Forms with proper inputs and labels
Add external URL link for gallery images - ACF Support
Hi there, I've added a gallery to a custom post type taxonomy/category. Images display just fine. I read in another place on this site that in order to add an external URL to link an additional field group needs to be created and assigned to all attachments/media. I've done that and titled the field link_url. […]
A Deep Dive Into Eleventy Static Site Generator — Smashing Magazine
Eleventy (aka 11ty) is rising in the ranks among static site generators. This Node-based builder is attractive due to its zero-config starting point, purely static output, and ease of achieving the coveted top Lighthouse performance score of four perfect 100s. Let’s dive into what else makes it unique, and learn about some essential concepts to help you successfully get started.