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 (or PostQuery?) object from Post::get_all() instead of a plain array.
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.