ACF Blocks – Gutenberg Blocks the Easy Way
Advanced Custom Fields Pro makes building custom Gutenberg blocks dramatically simpler — here's how to get started without touching the block API directly.
Advanced Custom Fields Pro makes building custom Gutenberg blocks dramatically simpler — here's how to get started without touching the block API directly.
A practical guide to adding custom fields to the WooCommerce checkout page using hooks and filters — no plugin required.
Comments on Wordpress and Genesis Troubleshooting a theme and placing comments where they normally weren't. Theme creates a page with a list of posts and the…
When testing a plugin function that is using wp_verify_nonce , we will want that wp_verify_nonce to not return false in our testing environment. (We are using…
There comes a time in a website's life when a landing page is needed. Many times, you can get away with just creating a new page containing the content you…
Final Config BOX 1: Web server with Wordpress - Vagrant - linux (Scotch-box) BOX 2: HOST Computer (windows 10)- hosting the vagrant box(BOX 1) and a virtual…
Using custom fields to create a list of previous projects. When using get_the_post_thumbnail() , it will put in the responsive img tag that includes srcset and…
Since we discovered the Advanced Custom Field (ACF) plugin for WordPress, we've been using it in almost all of our WordPress projects. It makes WordPress's…
I like what I see in the Humaan Modaal project. It provides a way of producing an accessible dialog window (or modal). The website says it is a WCAG 2.0 Level…
I have a client with a WordPress/WooCommerce site. They have a large client that needs to access their site with a generic username and password that is…
For the longest time I've been plugging away developing WordPress code and looking at the results via the web browser. If I wanted to know what value a…
I'm working on a project to make it easier to create a Genesis child theme with Bootstrap's css and javascript. You can follow and/or get the complete code…
This does not look in exif data of the file. This only compares width and height and adds a landscape class or portrait class depending. I'm adding a filter…
For some reason I can pull out a DomElement object into a variable but try to access it's methods and I get the above error. Use it in the foreach and the…