Code
Here you’ll find some of the code snippets for various projects I’ve worked on. I hope they’re useful to you! If they are, please consider donating, or taking a look at the stuff I’m selling in my shop!
Shopify
These snippets are written in a combination of LIQUID, HTML, and CSS.
WordPress
These code snippets are written in PHP, HTML, CSS, and JavaScript. Advanced Custom Fields Group Names
Advanced Custom Fields Group Names
You can use this neat little bit of code to display Group names with their respective values — there’s no way to do this within the ACF framework, so I made this! It’s based on the example here in the ACF documentation. It loops through any number of specified Groups and won’t show any empty […]