Changeset 59191 for trunk/src/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-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-home-with-sidebar-news-blog.php
r59146 r59191 29 29 <!-- wp:post-title {"level":1,"isLink":true} /--> 30 30 <!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","letterSpacing":"1.4px"}}} /--> 31 <!-- wp:post-date /-->31 <!-- wp:post-date {"isLink":true} /--> 32 32 </div> 33 33 <!-- /wp:group --> … … 40 40 <div class="wp-block-column" style="flex-basis:25%"> 41 41 <!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"600","textTransform":"uppercase","letterSpacing":"1.6px"}},"fontSize":"small"} --> 42 <h2 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:1.6px;text-transform:uppercase"> The Latest</h2>42 <h2 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:1.6px;text-transform:uppercase"><?php esc_html_e( 'The Latest', 'twentytwentyfive' ); ?></h2> 43 43 <!-- /wp:heading --> 44 44 <!-- wp:spacer {"height":"var:preset|spacing|20"} --> … … 51 51 <div class="wp-block-group"> 52 52 <!-- wp:post-title {"level":3,"isLink":true,"fontSize":"large"} /--> 53 <!-- wp:post-date {"fontSize":"small" } /-->53 <!-- wp:post-date {"fontSize":"small","isLink":true} /--> 54 54 </div> 55 55 <!-- /wp:group --> … … 59 59 <!-- /wp:post-template --> 60 60 <!-- wp:query-no-results --> 61 <!-- wp:paragraph {"placeholder":" Add text or blocks that will display when a query returns no results.","fontSize":"medium"} -->62 <p class="has-medium-font-size"><?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>61 <!-- wp:paragraph {"placeholder":"<?php esc_attr_e( 'Add text or blocks that will display when a query returns no results.', 'twentytwentyfive' ); ?>","fontSize":"medium"} --> 62 <p class="has-medium-font-size"><?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> 63 63 <!-- /wp:paragraph --> 64 64 <!-- /wp:query-no-results --> … … 86 86 <!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","letterSpacing":"1.4px"}}} /--> 87 87 <!-- wp:paragraph --> 88 <p> ·</p>88 <p><?php echo esc_html_x( '·', 'Separator between date and categories', 'twentytwentyfive' ); ?></p> 89 89 <!-- /wp:paragraph --> 90 <!-- wp:post-date /-->90 <!-- wp:post-date {"isLink":true} /--> 91 91 </div> 92 92 <!-- /wp:group --> … … 117 117 <!-- wp:query-no-results --> 118 118 <!-- wp:paragraph --> 119 <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>119 <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> 120 120 <!-- /wp:paragraph --> 121 121 <!-- /wp:query-no-results -->
Note: See TracChangeset
for help on using the changeset viewer.