How to sync images

A quick demo for syncing images into WordPress posts/pages

TL;DR

  1. Create a "Media" table in Airtable

  2. In the Airtable table you want to have an image field (e.g. Posts), create a linked record field to the Media table

  3. In your ACF custom image field name the field "image_fk_media"

  4. Now you can map the linked record field in Airtable to the ACF custom field in WordPress

Last updated