|
| 1 | +<?php |
| 2 | +/** |
| 3 | + * Title: List of posts without images, 1 column |
| 4 | + * Slug: twentytwentyfour/posts-list |
| 5 | + * Categories: query, posts |
| 6 | + * Block Types: core/query |
| 7 | + */ |
| 8 | +?> |
| 9 | + |
| 10 | +<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} --> |
| 11 | +<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> |
| 12 | + <!-- wp:heading {"align":"wide","style":{"typography":{"lineHeight":"1"},"spacing":{"margin":{"top":"0","bottom":"var:preset|spacing|40"}}},"fontSize":"x-large"} --> |
| 13 | + <h2 class="wp-block-heading alignwide has-x-large-font-size" style="margin-top:0;margin-bottom:var(--wp--preset--spacing--40);line-height:1"><?php esc_html_e( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h2> |
| 14 | + <!-- /wp:heading --> |
| 15 | + |
| 16 | + <!-- wp:group {"align":"wide","layout":{"type":"constrained"}} --> |
| 17 | + <div class="wp-block-group alignwide"> |
| 18 | + <!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} --> |
| 19 | + <div class="wp-block-query alignwide"> |
| 20 | + <!-- wp:post-template --> |
| 21 | + <!-- wp:separator {"backgroundColor":"contrast-3","className":"alignwide is-style-wide"} --> |
| 22 | + <hr class="wp-block-separator has-text-color has-contrast-3-color has-alpha-channel-opacity has-contrast-3-background-color has-background alignwide is-style-wide" /> |
| 23 | + <!-- /wp:separator --> |
| 24 | + |
| 25 | + <!-- wp:columns {"verticalAlignment":"center","align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20"}}}} --> |
| 26 | + <div class="wp-block-columns alignwide are-vertically-aligned-center" style="margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)"> |
| 27 | + <!-- wp:column {"verticalAlignment":"center","width":"72%"} --> |
| 28 | + <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:72%"> |
| 29 | + <!-- wp:post-title {"isLink":true,"style":{"typography":{"lineHeight":"1.1","fontSize":"1.5rem"}}} /--> |
| 30 | + </div> |
| 31 | + <!-- /wp:column --> |
| 32 | + |
| 33 | + <!-- wp:column {"verticalAlignment":"center","width":"28%"} --> |
| 34 | + <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:28%"> |
| 35 | + <!-- wp:template-part {"slug":"post-meta"} /--> |
| 36 | + </div> |
| 37 | + <!-- /wp:column --> |
| 38 | + </div> |
| 39 | + <!-- /wp:columns --> |
| 40 | + <!-- /wp:post-template --> |
| 41 | + |
| 42 | + <!-- wp:spacer {"height":"var:preset|spacing|30"} --> |
| 43 | + <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div> |
| 44 | + <!-- /wp:spacer --> |
| 45 | + |
| 46 | + <!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} --> |
| 47 | + <!-- wp:query-pagination-previous /--> |
| 48 | + |
| 49 | + <!-- wp:query-pagination-numbers /--> |
| 50 | + |
| 51 | + <!-- wp:query-pagination-next /--> |
| 52 | + <!-- /wp:query-pagination --> |
| 53 | + |
| 54 | + <!-- wp:query-no-results --> |
| 55 | + <!-- wp:pattern {"slug":"twentytwentyfour/hidden-no-results"} /--> |
| 56 | + <!-- /wp:query-no-results --> |
| 57 | + </div> |
| 58 | + <!-- /wp:query --> |
| 59 | + </div> |
| 60 | + <!-- /wp:group --> |
| 61 | +</div> |
| 62 | +<!-- /wp:group --> |
0 commit comments