Skip to content

Commit

Permalink
Add query pagination
Browse files Browse the repository at this point in the history
Fixes #158
  • Loading branch information
carolinan committed Jan 7, 2021
1 parent 442cf33 commit 9bf908e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tt1-blocks/block-templates/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!-- wp:template-part {"slug":"header","theme":"tt1-blocks","align":"full", "tagName":"header","className":"site-header"} /-->

<!-- wp:query {"queryId":1,"query":{"perPage":"10","pages":"","offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","sticky":"","inherit":true}} -->

<!-- wp:query {"queryId":1,"query":{"perPage":"10","pages":"100","offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","sticky":"","inherit":true}} -->

<!-- wp:query-loop -->
<!-- wp:post-title {"isLink":true} /-->
Expand Down Expand Up @@ -35,6 +34,7 @@
<!-- /wp:spacer -->

<!-- /wp:query-loop -->
<!-- wp:query-pagination /-->
<!-- /wp:query -->

<!-- wp:template-part {"slug":"footer","theme":"tt1-blocks","align":"full","tagName":"footer","className":"site-footer"} /-->

0 comments on commit 9bf908e

Please sign in to comment.