The core/query-pagination block doesn't appear to work at present.
For pages that should be using the main query, I would have expected the pagination to work using URLs with /page/n,
where n is the page number.
I believe it should be possible to add this logic for when the core/query-loop block is the main query.
ie When not within the core/query block.
The
core/query-paginationblock doesn't appear to work at present.For pages that should be using the main query, I would have expected the pagination to work using URLs with
/page/n,where n is the page number.
I believe it should be possible to add this logic for when the
core/query-loopblock is the main query.ie When not within the
core/queryblock.