27 Sep 23

- Tagged in "Guides" / Page 2 -

How to Query Posts by Custom Fields

This article demonstrates how to retrieve an array of post objects from the database using native WordPress functions. There are many ways to query posts in WordPress, however, this article will make use of the common get_posts function, WP_Query object and pre_get_posts filter. Getting Started You can skip this section if you’re already familiar with […]

Continue Reading

5 Jun 23

How to Use the Clone Field

The Clone field helps create reusable data structure components that you can pull into other field groups using ACF PRO. It gives you a way to create smaller composable field groups, and clone them into larger, more complex groups. It’s i... Continue Reading

26 Apr 23

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 simp... Continue Reading

11 Apr 23

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 23

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 23

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 23

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 23

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 22

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 22

WP REST API Integration

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

Continue Reading