Hello!
I have a question. Is it possible to have one pagination for two channels in the single template ?
Example which does not work correctly in my case. Pagination is only available for “body”, not for “summary”.
{exp:channel:entries channel="news" limit="5" dynamic="off" paginate="bottom"}
{summary}
{/exp:channel:entries}
{exp:channel:entries channel="news" limit="5" dynamic="off" paginate="bottom"}
{body}
{paginate}
{pagination_links}
{/paginate}
{/exp:channel:entries}