Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paginate in tags list #17

Open
lelesrc opened this issue Jul 8, 2011 · 0 comments
Open

paginate in tags list #17

lelesrc opened this issue Jul 8, 2011 · 0 comments

Comments

@lelesrc
Copy link

lelesrc commented Jul 8, 2011

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:

You can grab a collection of pages with a certain tag like so;

   <r:tagged with="sometag" [scope="/some/page"] [with_any="true"]>
   <r:link />
   </r:tagged>

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant