Thanks for asking. I can flesh it out a bit more. Let’s say I have a CPT for book Genres, a CPT for Authors, and a CPT for Books. They are all connected to each other with ACF Relationship fields. I’m working with Beaver Builder.
On my Singular page for Genres, I have information about the Genre from my Genre CPT, then I want to show a list of related authors. There are too many authors to show all at once, so I want to paginate them.
This is where I hit my primary stumbling block with L&L. I can show an ACF Relationship loop, but it doesn’t paginate correctly. If it did, I would be done.
My workaround is to use an ACF Relationship Posts Module, which does paginate correctly. I can set a custom layout for that module. Inside that layout for authors I also want to show a list of his last three books. I should be able to use L&L for that, since I’m inside the Posts Module loop, but if I create an ACF Relationship loop inside the Posts Module loop, it doesn’t work.
Thus I am sending each author to an L&L template that creates a loop for that author and then an ACF Relationship loop for his books.
I get the sense that ACF Relationship loops have some unique properties, and limited capabilities.
The only thing I really need is to be able to paginate ACF Relationship loops.
Cheers, Richard