Plugin Support
AndreeaR
(@andreearadacina21)
Hey there, @drakasti
As discussed in the thread, the current version of the Posts block lacks this capability. You might want to explore employing a similar workaround as shared in that thread or consider implementing a solution based on visibility conditions:
- Insert the posts block and add the number of posts to be displayed, e.g. 12
- Under the posts block, add a paragraph block called “See Next 12 posts” and put an anchor on it (e.g. ?utm_source=next)
- Insert a new posts block and add an offset of 12, in this way it will not present the first 12 posts
- From the Block Tools, enable the Visibility Conditions (read more about it here)
- Click to add a new rule group and select Query String as condition
- Insert the previous anchor in the text area (utm_source=next)
- Update the page, and check the changes
Check a live preview here – https://root.stefancoti.com/feed-2/
Let me know if you need further help!