14 Jun 17

- Tagged in "Guides" / Page 4 -

Adding fields to Menus

This guide will demonstrate how to add custom fields to a WordPress Menu and how to then modify the Menu’s HTML. Menus are used to organize a group of links (menu items) for your theme to display as navigation. If you are unfamiliar with registering or editing a Menu, please read the WordPress Menu User […]

Continue Reading

31 Mar 17

Upgrade Guide – Version 5

Continue Reading

18 Oct 16

Adding Custom Settings to Fields

Each 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

18 Dec 15

Bidirectional Relationships

In a bidirectional relationship, each object (post, page, custom post type, user, or taxonomy) has a relationship field that refers to the other object. The relationship data is stored in an ACF field on both objects making it easier to que... Continue Reading

22 Apr 15

Register fields via PHP

This article will discuss how to register fields and field groups via the functions.php file. There are many benefits to using PHP to register fields, the main of which is customization and distribution. The ability to define fields within ... Continue Reading

2 Feb 15

Moving WP elements (such as the content editor) within ACF fields

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

11 Dec 14

Synchronized JSON

Synchronized JSON is a feature (added in version 5.1.5) which detects changes to local JSON files and allows the user to update the corresponding field groups within the Database. This functionality is visible when viewing the field group a... Continue Reading

28 Oct 14

Multilingual Custom Fields

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

12 Jul 14

Local JSON

Local JSON is a helpful feature which saves field groups, post types, taxonomies, and option pages as JSON files within your theme. The idea is similar to caching, and both dramatically speeds up ACF and allows for version control over your... Continue Reading

6 Jul 14

Options Page

Introduced in ACF PRO 6.2, the Options Pages UI simplifies the process of creating new, customized admin and sub-admin pages to edit ACF fields. All data saved on an options page is global and saved in the wp_options table, rather than atta... Continue Reading