Переглянути джерело

Quadrat: fix query block markup (#4107)

* Add post template block markup.

* Try to make the markup more "readable"
Jeff Ong 4 роки тому
батько
коміт
356ed35a6f
1 змінених файлів з 15 додано та 19 видалено
  1. 15 19
      quadrat/block-template-parts/index.html

+ 15 - 19
quadrat/block-template-parts/index.html

@@ -1,26 +1,22 @@
 <!-- wp:template-part {"slug":"header"} /-->
 <!-- wp:template-part {"slug":"header"} /-->
 
 
-<!-- wp:query {"className":"page-content","layout":{"inherit":true},"queryId":1,"query":{"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","sticky":"","inherit":true}} -->
-<div class="wp-block-query page-content">
-<!-- wp:query-loop -->
-	<!-- wp:post-date {"fontSize":"tiny","textAlign":"center"} /-->
-	<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center"} /-->
-	<!-- wp:post-featured-image {"isLink":true} /-->
-	<!-- wp:post-excerpt /-->
-	<!-- wp:spacer {"height":60} -->
-	<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
-	<!-- /wp:spacer -->
-<!-- /wp:query-loop -->
-
-<!-- wp:query-pagination {"align":"wide"} -->
-<div class="wp-block-query-pagination alignwide"><!-- wp:query-pagination-previous {"label":"Previous Page"} /-->
-
+<!-- wp:query {"className":"page-content","tagName":"main","layout":{"inherit":true},"queryId":1,"query":{"perPage":5,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","sticky":"","inherit":true}} -->
+<main class="wp-block-query page-content">
+	<!-- wp:post-template -->
+		<!-- wp:post-date {"fontSize":"tiny","textAlign":"center"} /-->
+		<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center"} /-->
+		<!-- wp:post-featured-image {"isLink":true} /-->
+		<!-- wp:post-excerpt /-->
+		<!-- wp:spacer {"height":60} -->
+		<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
+		<!-- /wp:spacer -->
+	<!-- /wp:post-template -->
+	<!-- wp:query-pagination {"align":"wide"} -->
+	<div class="wp-block-query-pagination alignwide"><!-- wp:query-pagination-previous {"label":"Previous Page"} /-->
 	<!-- wp:query-pagination-numbers /-->
 	<!-- wp:query-pagination-numbers /-->
-
 	<!-- wp:query-pagination-next {"label":"Next Page"} /--></div>
 	<!-- wp:query-pagination-next {"label":"Next Page"} /--></div>
-<!-- /wp:query-pagination -->
-
-</div>
+	<!-- /wp:query-pagination -->
+</main>
 <!-- /wp:query -->
 <!-- /wp:query -->
 
 
 <!-- wp:template-part {"slug":"footer"} /-->
 <!-- wp:template-part {"slug":"footer"} /-->