Changeset 59191 for trunk/src/wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php
- Timestamp:
- 10/07/2024 06:07:57 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php
r59146 r59191 27 27 <!-- wp:post-title {"textAlign":"center","level":1,"isLink":true,"fontSize":"xx-large"} /--> 28 28 <!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"textTransform":"uppercase","letterSpacing":"1.4px"}}} /--> 29 <!-- wp:post-date {"textAlign":"center" } /-->29 <!-- wp:post-date {"textAlign":"center","isLink":true} /--> 30 30 </div> 31 31 <!-- /wp:group --> 32 32 <!-- /wp:post-template --> 33 33 <!-- wp:query-no-results --> 34 <!-- wp:paragraph {"align":"center","placeholder":" Add text or blocks that will display when a query returns no results."} -->35 <p class="has-text-align-center"><?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>34 <!-- wp:paragraph {"align":"center","placeholder":"<?php esc_attr_e( 'Add text or blocks that will display when a query returns no results.', 'twentytwentyfive' ); ?>"} --> 35 <p class="has-text-align-center"><?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> 36 36 <!-- /wp:paragraph --> 37 37 <!-- /wp:query-no-results --> … … 58 58 <!-- wp:query-no-results --> 59 59 <!-- wp:paragraph --> 60 <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>60 <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> 61 61 <!-- /wp:paragraph --> 62 62 <!-- /wp:query-no-results --> … … 76 76 <!-- wp:query-no-results --> 77 77 <!-- wp:paragraph --> 78 <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>78 <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> 79 79 <!-- /wp:paragraph --> 80 80 <!-- /wp:query-no-results --> … … 101 101 <!-- wp:query-no-results --> 102 102 <!-- wp:paragraph --> 103 <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>103 <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> 104 104 <!-- /wp:paragraph --> 105 105 <!-- /wp:query-no-results --> … … 112 112 <div class="wp-block-group alignwide" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"> 113 113 <!-- wp:heading {"align":"wide"} --> 114 <h2 class="wp-block-heading alignwide"> Architecture</h2>114 <h2 class="wp-block-heading alignwide"><?php esc_html_e( 'Architecture', 'twentytwentyfive' ); ?></h2> 115 115 <!-- /wp:heading --> 116 116 <!-- wp:query {"query":{"perPage":6,"pages":0,"offset":"6","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]},"align":"wide","layout":{"type":"default"}} -->
Note: See TracChangeset
for help on using the changeset viewer.