diff options
Diffstat (limited to 'wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php')
-rw-r--r-- | wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php b/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php new file mode 100644 index 0000000..ec9a29b --- /dev/null +++ b/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php @@ -0,0 +1,26 @@ +<?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"} /--> |