I would like to paginate a list of reverse related entries. Is this possible?
{exp:weblog:entries weblog="my_other_weblog" limit="1"}
{reverse_related_entries weblog="my_weblog" show_future_entries="yes" show_expired="yes" limit="5" paginate="bottom"}
{title}<br/>
{paginate}
<p>Page {current_page} of {total_pages} pages {pagination_links}</p>
{/paginate}
{/reverse_related_entries}
{/exp:weblog:entries}
Unfortunately, this doesn’t work. I’ve tried several variations with no luck either. Anyone have any clue? Thank you for the help!
