40 lines
1.3 KiB
PHP
40 lines
1.3 KiB
PHP
|
<?php
|
||
|
/**
|
||
|
* Title: News blog search results
|
||
|
* Slug: twentytwentyfive/template-search-news-blog
|
||
|
* Template Types: search
|
||
|
* Viewport width: 1400
|
||
|
* Inserter: no
|
||
|
*
|
||
|
* @package WordPress
|
||
|
* @subpackage Twenty_Twenty_Five
|
||
|
* @since Twenty Twenty-Five 1.0
|
||
|
*/
|
||
|
|
||
|
?>
|
||
|
<!-- wp:template-part {"slug":"header"} /-->
|
||
|
|
||
|
<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
|
||
|
<main class="wp-block-group">
|
||
|
<!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
|
||
|
<div class="wp-block-group alignwide">
|
||
|
<!-- wp:spacer {"height":"var:preset|spacing|80"} -->
|
||
|
<div style="height:var(--wp--preset--spacing--80)" aria-hidden="true" class="wp-block-spacer"></div>
|
||
|
<!-- /wp:spacer -->
|
||
|
<!-- wp:query-title {"type":"search"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/hidden-search"} /-->
|
||
|
<!-- wp:spacer {"height":"var:preset|spacing|40"} -->
|
||
|
<div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div>
|
||
|
<!-- /wp:spacer -->
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|
||
|
<!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
|
||
|
<div class="wp-block-group alignwide">
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/template-query-loop-news-blog"} /-->
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|
||
|
</main>
|
||
|
<!-- /wp:group -->
|
||
|
|
||
|
<!-- wp:template-part {"slug":"footer-newsletter"} /-->
|