Hi There,
I know this is not allowed by default but:
Does anyone know how to paginate the results of reverse_related entries?
What I have are a series of ‘surgerys’ channel entries with related ‘doctors’ entries.
Here is the code (simplified down for demonstration):
(I’m using EE 2.2.2 by the way).
{exp:channel:entries channel="surgerys" limit="1" paginate="top"}
{paginate}
{total_pages} {pagination_links}
{/paginate}
{reverse_related_entries id="doctors"}
{doctors_name}
{/reverse_related_entries}
{/exp:channel:entries}I’ve searched the EE Forums (& Googled this issue) for a workaround,
and I did find the following from Erskine: https://github.com/erskinedesign/ed.related.ee_addon
(via this EE forum thread http://ellislab.com/forums/viewthread/152971/#745668):
But it appears to be a module for EE1 (I’m using in EE 2.2.2).
I’m wondering if there is a way of doing this with embedded templates / SQL Entry calls etc?
Does anyone have any suggestions?
Many thanks in advance! 😊
Regards
Karl