See: https://imgur.com/a/iTVTNqR
We use a looper to show the most recent 4 posts (circled in yellow) from all categories. Below that we use another looper to show the last 5 most recent posts from a smaller set of these categories.
You will notice that some of the posts in blue are duplicates of the ones in yellow. This is because we don’t know how to offset posts in blue ONLY if they appear in the yellow section. We can’t do a general offset of say “2” in the blue section because we don’t know how many of those posts will be in the yellow section at a given time.
Is there a way or a parameter we can set in the looper config that will show stories in the blue section only if they do not already appear in the yellow section?