Learn how to use ACF's JavaScript library including functions, actions and filters and models.
Continue ReadingEach ACF field type may contain several different settings that can be used to customize the appearance and functionality of the field. There are two main types of these settings: global and type-specific. Global field settings are register... Continue Reading
This tutorial will cover the concept and code for creating a bidirectional relationship between posts using only the Advanced Custom Fields plugin. This tutorial uses a Relationship field to select posts, however a Post Object field with mu... Continue Reading
This article will cover the information, tools and instructions to create and submit a translation for the Advanced Custom Fields plugin. Information There are a number of ways you can create translations but the end result is always the sa... Continue Reading
This article will demonstrate a solution for moving core WordPress elements within ACF fields. This concept uses a message field as a blank placeholder into which the elements are moved via jQuery. Here’s a look at what the interface ... Continue Reading
Introduction Translating your WordPress website into multiple languages is one way to increase traffic and engage visitors from other countries. It may also be a requirement for your project. In this guide, we’ll explore the basic concept... Continue Reading
This video tutorial will cover the basics of creating a WP archive that displays posts filtered by a checkbox custom field. Please watch the video first, and use the code below to kick start your project! Usage This snippet of code is place... Continue Reading
This article will cover how to create a form on the front end of your website to add new content. Getting started If you have not already, please familiarize yourself with the acf form functions. Two functions are available to create a work... Continue Reading
Description Need to dynamically populate a field’s choices? This tutorial will cover how to take a value saved to the options page and use it to override the choices for a select field. As the ‘choices’ array attribute is ... Continue Reading