I have the following situation:
Page 1 has 2 news plugins: plugin 1 for a thumbnail view of the first 6 news records, and plugin 2 showing a list view of the rest.
Problem: the pagination of plugin 2 (list view) points to the same page, showing both thumbs and list view.
However, the pagination should point to plugin 3 on another page, showing a list view only (no more thumbnail view on top of the page).
Here a picture:
I can't figure out how to implement this. I am not sure if this is even possible at all.