are there any ways to handle pagination in plasmic for data coming from rest api and word press ?
Hi, you should be able to construct the URL or body you want using dynamic values, such as
<https://example.com/api/posts?offset=${start}&limit=10>
Let me know if that helps
You can also define query parameters (and route slug parameters) for your pages, see https://www.youtube.com/watch?v=BxkttuUOUQg