I am using a custom post type as well as advanced custom fields with a repeater. I need to somehow loop through all the repeater subfields and paginate them to 6 items per page. I have tried a few forums with solutions but nothing solves my problem, e.g. http://pastebin.com/r1rLX3JL, http://jonathannicol.com/blog/2014/03/06/paginating-an-advanced-custom-fields-repeater/, http://support.advancedcustomfields.com/forums/topic/advanced-custom-repeater-field-page-navigation/
Has anyone else run into this problem and found a solution? is it possible to do this? I almost got it working today but the pagination didn’t actually page thru ALL the sub fields across all the custom posts only the subfields for one post at a time. Tried combining the normal WP loop with the custom fields repeater loops codes as above but that resulted in the pages having an uneven number of items. Any help will really be appreciated 🙂
Hi @adkar01,
Thanks a lot for reaching out to us.
This article http://jonathannicol.com/blog/2014/03/06/paginating-an-advanced-custom-fields-repeater/ describes a process that will make it work despite the fact that its not an inbuilt functionality of the ACF plugin.
Maybe you could shaare the far that you have gone and we can help you out on where you are stuck.