I have an archive page with two query loops. The first query loop is limited to six posts. The second query loop has an offset of six. The reason for this is that my client wants to have a CTA between the two query loops.
So you see the first six posts by date, then a call to action banner, then the next six posts still ordered by date.
Below the second query loop, I have a pagination widget connected to the second query loop.
Is there a way to make a pagination widget control both loops at once so that if you paginate to the next page the first query loop would begin at the 13th post and the second query loop would begin at the 19th post?