Changeset 59191 for trunk/src/wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php
- Timestamp:
- 10/07/2024 06:07:57 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php
r59146 r59191 15 15 <!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|50","left":"var:preset|spacing|50"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}},"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}}}} --> 16 16 <div class="wp-block-columns" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)"><!-- wp:column {"width":"20%"} --> 17 <div class="wp-block-column" style="flex-basis:20%"><!-- wp:post-date /--></div>17 <div class="wp-block-column" style="flex-basis:20%"><!-- wp:post-date {"isLink":true} /--></div> 18 18 <!-- /wp:column --> 19 19 … … 26 26 27 27 <!-- wp:group {"style":{"spacing":{"blockGap":"0.12em"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> 28 <div class="wp-block-group"><!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}}},"textColor":"accent-4","fontSize":"small"} --> 29 <p class="has-accent-4-color has-text-color has-link-color has-small-font-size">Written by</p> 30 <!-- /wp:paragraph --> 31 32 <!-- wp:post-author-name {"isLink":true,"fontSize":"small"} /--></div> 28 <div class="wp-block-group"> 29 <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}}},"textColor":"accent-4","fontSize":"small"} --> 30 <p class="has-accent-4-color has-text-color has-link-color has-small-font-size"><?php echo esc_html_x( 'Written by', 'Prefix before the author name. The post author name is displayed in a separate block.', 'twentytwentyfive' ); ?></p> 31 <!-- /wp:paragraph --> 32 <!-- wp:post-author-name {"isLink":true,"fontSize":"small"} /--> 33 </div> 33 34 <!-- /wp:group --></div> 34 35 <!-- /wp:column --> … … 42 43 <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}},"layout":{"type":"default"}} --> 43 44 <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} --> 44 <!-- wp:query-pagination-previous {"label":" Newer Posts"} /-->45 <!-- wp:query-pagination-previous {"label":"<?php esc_html_e( 'Newer Posts', 'twentytwentyfive' ); ?>"} /--> 45 46 46 47 <!-- wp:query-pagination-numbers /--> 47 48 48 <!-- wp:query-pagination-next {"label":" Older Posts"} /-->49 <!-- wp:query-pagination-next {"label":"<?php esc_html_e( 'Older Posts', 'twentytwentyfive' ); ?>"} /--> 49 50 <!-- /wp:query-pagination --></div> 50 51 <!-- /wp:group --> … … 52 53 <!-- wp:query-no-results --> 53 54 <!-- wp:paragraph --> 54 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search ', 'twentytwentyfive' ); ?>.</p>55 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 55 56 <!-- /wp:paragraph --> 56 57 <!-- /wp:query-no-results -->
Note: See TracChangeset
for help on using the changeset viewer.