26 Apr

- Tagged in "Guides" / Page 2 -

How to Use the Gallery Field

The Gallery field gives you the flexibility to display images in a wide variety of options such as carousels, sliders, and light boxes. However, the Gallery field’s greatest strength might be what it lets you offer content editors: a simple interface for uploading, arranging, and tagging their images, with rules set by you that ensure […]

Continue Reading

11 Apr

Move Fields Between Field Groups

Once a field is created in one field group, it can be moved to another field group. This allows you to easily reorganize your fields when required, without direct database queries or the need to import a modified JSON file. Moving Fields To... Continue Reading

3 Apr

Registering a Custom Post Type

Overview Post Types are great for storing data objects other than posts and pages, where WordPress provides an admin UI for managing your data and a URL structure for viewing them on the frontend of the site. Add New To register a new post ... Continue Reading

3 Apr

Registering a Custom Taxonomy

Overview Taxonomies are used to classify and categorize individual posts for a post type. WordPress provides an admin UI for managing terms in a taxonomy and categorizing posts with terms. Add New To register a new taxonomy, navigate to the... Continue Reading

24 Mar

How to Use the Repeater Field

The Repeater field is essentially a way to organize and display data, specifically “repeating” content like slides, team member bios, and events. This is true, but it doesn’t really capture all the capabilities of this amazing field. ... Continue Reading

6 Mar

Building Layouts With the Flexible Content Field in a Theme

ACF’s Flexible Content fields allow you to create multiple groups of fields known as layouts. You can then use these to give content editors more control over how data is rendered. In this article, I’ll give you a complete use case and ... Continue Reading

20 Sep

How to help translate ACF into other languages

ACF 6.0 introduces a new way of collecting translations from our contributors. For all the strings contained in the free version of ACF, these are now collected from translate.wordpress.org. Many of you have submitted translations for numer... Continue Reading

17 Feb

WP REST API Integration

Learn how to access and update ACF data using the WordPress REST API.

Continue Reading

17 Feb

Integrating Custom Field Types With the WordPress REST API

Learn how to add custom field types to the WordPress REST API.

Continue Reading

17 Feb

HTML Escaping

Introduction ACF 5.10 introduced an important security feature, HTML escaping. First introduced as an experimental feature in ACF 5.9.6, it ensures that all HTML content rendered by ACF is passed through the WordPress wp_kses() function. By... Continue Reading