Populate ACF custom fields with Advanced Post Creation GF add-on
Hi everyone, Everything in the topic title :). A little more detail though : I have a custom post type, called Estimate. A set of ACF custom fields has been added to this custom post type. I use the Advanced Post Creation Add-on to create a new Estimate thanks with GF. So far, so good ! Post is created, with valid title & content. Then I tried to map my GF fields to the existing ACF custom fields (in the Post Creation section), but none of the ACF fields is mentionned in the Select a Custom...
Customise the post titles in ACF's relationship field
If you've ever found yourself wanting to modify the post titles in an ACF relationship field, you may have already stumbled across the acf/fields/relationship/result filter. It's a pretty useful filter when you want to provide some more contextual information next to a post title in the relationship field results list. As with many filters built …
Adding New ACF Repeater Items to the Top via @polevaultweb
Last year I wrote about using an Advanced Custom Fields (ACF) repeater field to manage data in a custom table for storing versions of the Delicious Brains
Using Advanced Custom Fields with version control
ACF lets you build metaboxes, Gutenberg blocks, and more with their easy-to-use interface. These custom fields are stored in the database and then rendered in the WordPress backend for you…
Multiple Map Markers using ACF Google Map FIeld from CPT on Genesis
Here is a rundown on how to get a multiple marker Google map on a page that contains markers for a business dealer that has it’s own Custom Post Type (CPT). Each dealer has it’s own CPT with an individual map location marker and also another agnostic page that has all the dealers map markers in a…
Managing WordPress Custom Tables with an Advanced Custom Fields Repeater Field via @polevaultweb
Whilst working on the deliciousbrains.com site we had the need to store some data about a custom post type. Because of the nature of the data it didn't
GF-ACF image attachment maker
GF-ACF image attachment maker · GitHub
Connect Gravity Forms File Upload to ACF Gallery Field - JDN
A bit of code to connect Gravity Forms to ACF Gallery field for front-end file uploads.
Speeding up Advanced Custom Fields | Steven Cotterill
Advanced Custom Fields is an excellent plugin for WordPress. Using Local JSON will improve the performance of any website using it.
Image Carousel Thumbnail Slider with ACF Gallery Field in WordPress | WP Beaches
Here is a guide on how to make an image carousel thumbnail slider with ACF in WordPress using the ACF gallery field. Lightslider, a lightweight image slider seems to fit the bill perfectly – I need it to just display simple thumbnails below the main image which on click/touch show the image in the main slide…
Don't Query by Repeaters - ACF Extras
One of the most frequently asked question on the ACF support forum is how to use a WP_ Query to search for posts based on the values in repeater fields. I’m going to give you the answer, and it is a really simple one. You Don’t! You will find several discussions and filters on the […]
ACF | Adding fields to a taxonomy term
This guide will demonstrate how add custom fields to a Taxonomy Term and then modify the term’s template file HTML. Terms can be items such as WordPress ca
ACF | Organizing Custom Fields Inside of WordPress with ACF
Utilizing custom fields is a great way to tailor your site’s content to match your exact needs. But the more fields you add, the more unwieldy the WordPres
How to get all custom fields from Advanced Custom Fields - Brian Hogg
Want to get a listing of all the fields saved in Advanced Custom Fields? Here's how, and it's an interesting way of fetching data from another WordPress plugin.
Creating a FAQ Page in WordPress using ACF and jQuery
How to create a FAQ page in WordPress using Advanced Custom Fields and jQuery. ACF (Advanced Custom Fields) Pro comes with a great inclusion called the Repeater field which allows a user to continuall…
Simple dynamic JQuery Accordion with Advanced Custom Fields
Creating a simple JQuery Accordion using Wordpress with Advanced Custom Fields and the add-on "Flexible Content Fields".
Get an Array of Values from an ACF Repeater Choice SubField
Get an array of values from an ACF repeater sub-field choice box to use further in your code. So in the sap_colors sub-field above I want to capture the red,blue and green values into an array and hav…
An Alternative to ACF’s get_field()
ACF’s get_field() function is convenient, but is not always the best choice. Here I present a recursive function as an alternative to get_field().
A Modular Approach to WordPress Theming, Using ACF Flexible Content
I do a lot of WordPress Development. One of the things I’ve started doing is coding custom themes so they’re modular. What does this mean? It means that I focus on each of the elements within the them…
Adding & Sorting ACF Repeater Field Data into Responsive Tabs
Using responsive tabs and ACF repeater field you can present a clean easy to use client front end field submission that can sort repeater field data into appropriate tabbed content. The 2 links above …
Adding Responsive Images to Advanced Custom Fields in Wordpress
Getting responsive images working with images added through the Advanced Custom Fields (ACF) plugin.
WordPress 4.4 responsive images - ACF Support
Home › Forums › Front-end Issues › WordPress 4.4 responsive images Solving WordPress 4.4 responsive images Tagged: images, responsive Reply NatHobson December 9, 2015 at 8:24 pm Now that we have respo...
Responsive Images in WordPress with ACF | Aaron Rutley
Posted in Web Development on the 4th of January 2016 by @aaronrutley ( 2 min read ) WordPress 4.4 shipped with an awesome new feature, Responsive Images. This feature works great for any images within...
Kurtis Shaner and Vajaah E. Parker: Intentional Flexibility – Using ACF to Build an IA Driven WordPr...
As an agency that builds enterprise level websites on WordPress and Drupal, The Web Development Group tackles weighty information architecture challenges daily. Equipped with Advanced Custom Fields…
Flexible Content Page Builder - ACF Extras
This is a prototype of a drag n’ drop page builder I use for a few sites. The aim is to have the flexibility of Beaver Builder but without the messy markup and the potential for clients to wreak too m...
Using ACF Gallery Field with jQuery Backstretch Plugin | WP Beaches
To have an enduser add or edit images used as multiple backgrounds for use in a backstretch script you can use the ACF Gallery field for the user to add the images and then use a foreach loop to add t...