We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you like pagination? Stupid question, of course you do.
Include a partial like this in the Groot blog view and include it from the blog archive template in lieu of the more basic paginate_links().
paginate_links()
Return a Timber\PostCollection (or PostQuery?) object from Post::get_all() instead of a plain array.
Timber\PostCollection
PostQuery
Post::get_all()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do you like pagination? Stupid question, of course you do.
Include a partial like this in the Groot blog view and include it from the blog archive template in lieu of the more basic
paginate_links()
.Return a
Timber\PostCollection
(orPostQuery
?) object fromPost::get_all()
instead of a plain array.The text was updated successfully, but these errors were encountered: