- Timestamp:
- 10/17/2023 02:12:07 AM (21 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php
r56950 r56951 1 1 <?php 2 2 /** 3 * Title: List of posts in three columns 4 * Description: The default post list with featured images, title, date, author, categories and excerpt. 5 * Slug: twentytwentyfour/posts-three-columns 3 * Title: List of posts, 3 columns 4 * Slug: twentytwentyfour/posts-3-col 6 5 * Categories: query 7 6 * Block Types: core/query … … 12 11 <div class="wp-block-query alignwide"> 13 12 <!-- wp:query-no-results --> 14 <!-- wp:pattern {"slug":"twentytwentyfour/no-results-content"} /-->13 <!-- wp:pattern {"slug":"twentytwentyfour/hidden-no-results"} /--> 15 14 <!-- /wp:query-no-results --> 16 15 … … 20 19 <!-- wp:post-template {"align":"full","style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"grid","columnCount":3}} --> 21 20 22 21 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/4","style":{"spacing":{"margin":{"bottom":"0"},"padding":{"bottom":"var:preset|spacing|20"}}}} /--> 23 22 24 25 26 23 <!-- wp:group {"style":{"spacing":{"blockGap":"10px","margin":{"top":"var:preset|spacing|20"},"padding":{"top":"0"}}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} --> 24 <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--20);padding-top:0"> 25 <!-- wp:post-title {"isLink":true,"style":{"layout":{"flexSize":"min(2.5rem, 3vw)","selfStretch":"fixed"}},"fontSize":"large"} /--> 27 26 28 27 <!-- wp:template-part {"slug":"post-meta"} /--> 29 28 30 29 <!-- wp:post-excerpt {"style":{"layout":{"flexSize":"min(2.5rem, 3vw)","selfStretch":"fixed"}},"textColor":"contrast-2","fontSize":"small"} /--> 31 30 32 <!-- wp:spacer {"height":"0px","style":{"layout":{"flexSize":"min(2.5rem, 3vw)","selfStretch":"fixed"}}} --> 33 <div style="height:0px" aria-hidden="true" class="wp-block-spacer"></div> 34 <!-- /wp:spacer --> 31 <!-- wp:spacer {"height":"0px","style":{"layout":{"flexSize":"min(2.5rem, 3vw)","selfStretch":"fixed"}}} --> 32 <div style="height:0px" aria-hidden="true" class="wp-block-spacer"> 35 33 </div> 36 <!-- /wp:group --> 34 <!-- /wp:spacer --> 35 </div> 36 <!-- /wp:group --> 37 37 38 38 <!-- /wp:post-template -->
Note: See TracChangeset
for help on using the changeset viewer.