yeeyang
13 years agoAdept
Most Recent Blog articles with offset
Hello Lithosphere,
So I did the 5 most recent blog article custom component but I wanted to offset that by <anyNumber> so that I can show some and then call in the others in another area or row. Is there a way to offset the REST call?
I've tried &offset, &start, and &limit but no go... did lithium use something else?
Many thanks!
Okay, that's weird. When using on my community the &page parameter works like a pagination parameter as expected. So on your case
...?page_size=1&page=1
...should show the latest blog post.
...?page_size=1&page=2
...should show the second oldest and so on.