mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-08 11:50:03 +01:00
955a0ec66b
This includes a file renaming that was missed in [56999]. Follow-up to [56999], [56951], [56813], [56764], [56716]. Props hellofromTonya, huzaifaalmesbah. See #59711. Built from https://develop.svn.wordpress.org/trunk@57003 git-svn-id: http://core.svn.wordpress.org/trunk@56514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
27 lines
946 B
PHP
27 lines
946 B
PHP
<?php
|
|
/**
|
|
* Title: Blogging search template
|
|
* Slug: twentytwentyfour/template-search-blogging
|
|
* Template Types: search
|
|
* Viewport width: 1400
|
|
* Inserter: no
|
|
*/
|
|
?>
|
|
|
|
<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
|
|
|
|
<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"constrained"}} -->
|
|
<main class="wp-block-group" style="margin-top:0">
|
|
<!-- wp:group {"layout":{"type":"default"}} -->
|
|
<div class="wp-block-group">
|
|
<!-- wp:query-title {"type":"search","style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|30"}}}} /-->
|
|
<!-- wp:pattern {"slug":"twentytwentyfour/hidden-search"} /-->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:pattern {"slug":"twentytwentyfour/posts-1-col"} /-->
|
|
</main>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
|