sitecrafting / conifer

:evergreen_tree: A powerful WordPress library plugin for OO development
https://www.coniferplug.in
MIT License
18 stars 2 forks source link

Pagination on blog does not work #113

Closed acobster closed 5 years ago

acobster commented 5 years ago

Originally reported here: https://github.com/sitecrafting/groot/issues/35

List of articles stays the same when navigating to other pages, going back to using Timber::get_posts() instead of Conifer's BlogPost::get_all() resolved the issue

Projects that had this problem were TRA and WWVWA

acobster commented 5 years ago

Turns out this is an issue in Groot :stuck_out_tongue: which we can fix by including the correct paged param to the get_all call in the theme code. Fixing it there.