Support

Account

Home Forums ACF PRO Get all repeater fields outside the loop, but grouped? Reply To: Get all repeater fields outside the loop, but grouped?

  • Hate to be a downer, but this is going to be difficult.

    Given what you have you will need to do something like this: https://www.advancedcustomfields.com/resources/how-to-sorting-a-repeater-field/

    I would likely have made the “Books” CPT and then used child posts to create the “Editions” and separated the custom fields between parent/child posts based on what they applied to. This way you could show child posts on the parent post CPT and you could query all child posts by the “Type” taxonomy page (template: archive-{$taxonomy}.php} to show lists of books for each type.