|
@@ -1,16 +1,19 @@
|
|
<?php
|
|
<?php
|
|
/**
|
|
/**
|
|
- * Simple list of posts
|
|
|
|
|
|
+ * Title: Simple list of posts
|
|
|
|
+ * Slug: archeo/simple-list-of-posts
|
|
|
|
+ * Categories: featured, query
|
|
|
|
+ * Block Types: query
|
|
*/
|
|
*/
|
|
-return array(
|
|
|
|
- 'title' => __( 'Simple list of posts', 'archeo' ),
|
|
|
|
- 'categories' => array( 'images' ),
|
|
|
|
- 'content' => '<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--medium)","bottom":"var(--wp--custom--spacing--medium)"},"margin":{"top":"0px"}}}} -->
|
|
|
|
- <div class="wp-block-group alignwide" style="padding-top:var(--wp--custom--spacing--medium);padding-bottom:var(--wp--custom--spacing--medium);margin-top:0px"><!-- wp:query {"queryId":3,"query":{"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"perPage":3}} -->
|
|
|
|
|
|
+?>
|
|
|
|
+
|
|
|
|
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--medium)","bottom":"var(--wp--custom--spacing--medium)"},"margin":{"top":"0px"}}}} -->
|
|
|
|
+<div class="wp-block-group alignwide" style="padding-top:var(--wp--custom--spacing--medium);padding-bottom:var(--wp--custom--spacing--medium);margin-top:0px">
|
|
|
|
+ <!-- wp:query {"queryId":3,"query":{"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"perPage":3}} -->
|
|
<div class="wp-block-query"><!-- wp:post-template -->
|
|
<div class="wp-block-query"><!-- wp:post-template -->
|
|
<!-- wp:group {"className":"simple-list-of-posts","layout":{"type":"flex","allowOrientation":false}} -->
|
|
<!-- wp:group {"className":"simple-list-of-posts","layout":{"type":"flex","allowOrientation":false}} -->
|
|
<div class="wp-block-group simple-list-of-posts"><!-- wp:post-title {"isLink":true,"style":{"typography":{"lineHeight":"1.2","fontStyle":"normal","fontWeight":"100"},"spacing":{"margin":{"top":"1.25rem"}}},"fontSize":"huge"} /-->
|
|
<div class="wp-block-group simple-list-of-posts"><!-- wp:post-title {"isLink":true,"style":{"typography":{"lineHeight":"1.2","fontStyle":"normal","fontWeight":"100"},"spacing":{"margin":{"top":"1.25rem"}}},"fontSize":"huge"} /-->
|
|
-
|
|
|
|
|
|
+
|
|
<!-- wp:post-author-name {"style":{"typography":{"fontStyle":"normal","fontWeight":"100","lineHeight":"1.2"},"spacing":{"margin":{"top":"0px"}}},"fontSize":"medium"} /--></div>
|
|
<!-- wp:post-author-name {"style":{"typography":{"fontStyle":"normal","fontWeight":"100","lineHeight":"1.2"},"spacing":{"margin":{"top":"0px"}}},"fontSize":"medium"} /--></div>
|
|
<!-- /wp:group -->
|
|
<!-- /wp:group -->
|
|
<!-- /wp:post-template -->
|
|
<!-- /wp:post-template -->
|
|
@@ -22,5 +25,4 @@ return array(
|
|
<!-- wp:query-pagination-next /-->
|
|
<!-- wp:query-pagination-next /-->
|
|
<!-- /wp:query-pagination --></div>
|
|
<!-- /wp:query-pagination --></div>
|
|
<!-- /wp:query --></div>
|
|
<!-- /wp:query --></div>
|
|
- <!-- /wp:group -->',
|
|
|
|
-);
|
|
|
|
|
|
+<!-- /wp:group -->
|