Changeset 56951 for trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php
- Timestamp:
- 10/17/2023 02:12:07 AM (16 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php
r56950 r56951 1 1 <?php 2 2 /** 3 * Title: List of posts with featured images in three columns 4 * Description: This pattern only shows featured images. Make sure that you have assigned images to your posts. 5 * Slug: twentytwentyfour/posts-three-columns-images 3 * Title: Posts with featured images only, 3 columns 4 * Slug: twentytwentyfour/posts-images-only-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 … … 19 18 20 19 <!-- wp:post-template {"align":"full","style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"grid","columnCount":3}} --> 21 20 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/4","style":{"spacing":{"margin":{"bottom":"0"},"padding":{"bottom":"var:preset|spacing|20"}}}} /--> 22 21 <!-- /wp:post-template --> 23 22
Note: See TracChangeset
for help on using the changeset viewer.