Offsetting Blog Posts in The Feed

I am trying to figure out how to offset posts on a blog module in Wix studio so that it skips the first one or two posts. I’ve searched a bit, but have not found a previously discussed solution for this. Any help would be appreciated.

do you have a screenshot to explain a little more on what you are wanting to achieve. Not sure what you exactly mean by offset and skip.

Yes, in this screenshot you’ll see that there are 2 different blog modules. I’d like to be able to have the posts display in order between multiple blog modules by offsetting the starting post, so that instead of displaying the most recent post first, it’ll show the 3rd, 4th, 7th, etc. to be in line with the rest of the page.

Right now I am using tags to display the posts the way that I’m wanting, but this can be tedious to update everytime there is a new post.

I did the attached (screenshot) blog page with post 1 in the 1st repeater, posts 2 & 3 in the 2nd repeater, and posts 4 onwards in the 3rd repeater.

Velo to query the blog posts and slice the results between the 3 repeaters.

1 Like

That looks like what I need! Can you show me the code you used to split the results between the repeaters?