Changeset 56951 for trunk/src/wp-content/themes/twentytwentyfour/patterns/template-search-writer.php
- Timestamp:
- 10/17/2023 02:12:07 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/template-search-writer.php
r56764 r56951 1 1 <?php 2 2 /** 3 * Title: Writer Search Results Template4 * Slug: twentytwentyfour/template-search- writer3 * Title: Blogging search template 4 * Slug: twentytwentyfour/template-search-blogging 5 5 * Template Types: search 6 6 * Viewport width: 1400 … … 9 9 ?> 10 10 11 <!-- wp:template-part {"slug":"header" } /-->11 <!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /--> 12 12 13 <!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":" default"}} -->13 <!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"constrained"}} --> 14 14 <main class="wp-block-group" style="margin-top:0"> 15 <!-- wp:group {"layout":{"type":" constrained"}} -->15 <!-- wp:group {"layout":{"type":"default"}} --> 16 16 <div class="wp-block-group"> 17 17 <!-- wp:query-title {"type":"search","style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|30"}}}} /--> 18 <!-- wp:pattern {"slug":"twentytwentyfour/ search"} /-->18 <!-- wp:pattern {"slug":"twentytwentyfour/hidden-search"} /--> 19 19 </div> 20 20 <!-- /wp:group --> 21 <!-- wp:pattern {"slug":"twentytwentyfour/posts-one-column"} /--> 21 22 <!-- wp:pattern {"slug":"twentytwentyfour/posts-1-col"} /--> 22 23 </main> 23 24 <!-- /wp:group -->
Note: See TracChangeset
for help on using the changeset viewer.