sitecrafting / groot

:seedling: The official SiteCrafting WordPress starter theme, built on Timber and Conifer
MIT License
3 stars 1 forks source link

Include advanced pagination #3

Open acobster opened 6 years ago

acobster commented 6 years ago

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.