Skip to content

Commit

Permalink
Update query block for 3 columns #35
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Feb 8, 2022
1 parent 784b635 commit 1a09ad8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions parts/query-pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<div class="WP_DEBUG">template-part </div>
<!-- /wp:html -->

<!-- wp:query {"queryId":8,"query":{"perPage":100,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"layout":{"type":"flex","columns":3}} -->
<!-- wp:post-template -->
<!-- wp:post-title {"isLink":true,"fontSize":"small"} /-->
<!-- wp:query {"queryId":8,"query":{"perPage":100,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"layout":{"inherit":true}} -->
<div class="wp-block-query"><!-- wp:post-template -->
<!-- wp:post-title {"isLink":true,"fontSize":"small"} /-->

<!-- wp:post-excerpt {"style":{"typography":{"lineHeight":"1.2"}},"fontSize":"small"} /-->
<!-- /wp:post-template -->
<!-- wp:post-excerpt {"style":{"typography":{"lineHeight":"1.2"}},"fontSize":"small"} /-->
<!-- /wp:post-template -->

<!-- wp:query-pagination -->
<div class="wp-block-query-pagination"><!-- wp:query-pagination-previous /-->
<!-- wp:query-pagination -->
<!-- wp:query-pagination-previous /-->

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

<!-- wp:query-pagination-next /--></div>
<!-- /wp:query-pagination -->
<!-- wp:query-pagination-next /-->
<!-- /wp:query-pagination --></div>
<!-- /wp:query -->

0 comments on commit 1a09ad8

Please sign in to comment.