You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which would iterate over all the resulting pages, like you do with children:each.
When you define scope, only this page and any of it's (grand)children will be used.
Using scope="current_page" will use the page that is currently being rendered as scope.
You can also set limit, offset etc like with children:each.
Is there a way to have pagination features inside an <r:tagged> block? Is this feature available?
The text was updated successfully, but these errors were encountered:
we are trying to paginate results coming from a tags search:
<r:tagged with="foo" scope="/foo/bar" order="asc" paginated="true" per_page="3" >
This seems not to work.
In the README we have:
Is there a way to have pagination features inside an <r:tagged> block? Is this feature available?
The text was updated successfully, but these errors were encountered: