Changeset 56951 for trunk/src/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.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-portfolio.php
r56764 r56951 1 1 <?php 2 2 /** 3 * Title: Portfolio Search Template3 * Title: Portfolio search template 4 4 * Slug: twentytwentyfour/template-search-portfolio 5 5 * Template Types: search … … 9 9 ?> 10 10 11 <!-- wp:template-part {"slug":"header"} /--> 12 11 <!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /--> 13 12 14 13 <!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} --> … … 16 15 <!-- wp:query-title {"type":"search","align":"wide","style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|10"}}}} /--> 17 16 18 <!-- wp:columns {"align":"wide"} --> 19 <div class="wp-block-columns alignwide"> 20 <!-- wp:column {"width":"66.66%"} --> 21 <div class="wp-block-column" style="flex-basis:66.66%"> 22 <!-- wp:pattern {"slug":"twentytwentyfour/search"} /--> 23 </div> 24 <!-- /wp:column --> 17 <!-- wp:group {"align":"wide","layout":{"type":"constrained","contentSize":"840px","justifyContent":"left"}} --> 18 <div class="wp-block-group alignwide"> 19 <!-- wp:pattern {"slug":"twentytwentyfour/hidden-search"} /--> 20 </div> 21 <!-- /wp:group --> 25 22 26 <!-- wp:column {"width":"33.33%"} --> 27 <div class="wp-block-column" style="flex-basis:33.33%"> 28 <!-- wp:spacer {"height":"0"} --> 29 <div style="height:0" aria-hidden="true" class="wp-block-spacer"></div> 30 <!-- /wp:spacer --> 31 </div> 32 <!-- /wp:column --> 33 </div> 34 <!-- /wp:columns --> 35 36 <!-- wp:pattern {"slug":"twentytwentyfour/posts-three-columns-images"} /--> 23 <!-- wp:pattern {"slug":"twentytwentyfour/posts-images-only-3-col"} /--> 37 24 </main> 38 25 <!-- /wp:group -->
Note: See TracChangeset
for help on using the changeset viewer.