Wow, that post title is a mouthful. Anyway, I recently worked on a new design for a clients WooCommerce site and came across a little issue with displaying Advanced Custom Fields (ACF) in the product categories. I wanted the client to have control over what child categories to display on the parent category pages instead […]
Coding
Pass Advanced Custom Fields value to a hidden Gravity Forms field
Recently a client had requested an events section on her website. Instead of using an overly complicated events plugin I decided to keep it simple and use a custom post type called “Events” and using Gravity Forms to accept payments on the Event page using Stripe. I also used the equally fantastic Advanced Custom Fields (ACF) […]
Jargon Buster Part 1 – What the Heck is my Web Developer on About?
Do you know your SEO from your SERPs? Your backend from your front-end? We’re all guilty of rattling on about a topic we’re familiar with, without considering the fact the person we’re speaking to may have no clue what we’re on about. When you work in a world where web terms are used as everyday […]
Show something on the frontpage only in WordPress using php if statements
One of the most common little jobs I come across during development of WordPress websites is how to show or hide an element (for example a slider, image etc) depending on whether you are visiting the homepage of the website or any of the inner pages. There are several methods of doing this: Using CSS […]