I’m using Beaver Themer to create a Singular Layout for, say auto Makers
Within that page, I’m using the Tangible Template module to show related Models
<Loop acf_relationship=make_model paged=5>
... code to show info about of each model ...
</Loop>
<PaginateFields>
Page <Field current_page /> of <Field total_pages />
</PaginateFields>
Everything works except the pagination. It always shows all related models even if it’s more than 5
What am I missing?
Cheers, Richard
FWIW, this is the last piece of the puzzle for me to transition all my Posts Modules into Tangible Templates.