mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 03:19:28 +00:00
Twenty Twenty-Four (TT4) updates for 6.4 Beta 2. Changes include bugfixes from the theme's development repo since Beta 1 such as: * Renamed patterns and images * Improved image descriptions * Polished a few of the templates to fit better the design * Addressed some a11y concerns. * Changed the required version to 6.4, aligning it with the last few default themes since we are making use of some of the features that will make it to 6.4, such as aspect ratio. Follow-up to [56726], [56721], [56716]. Props onemaggie, desrosj, mukesh27. Fixes #59524. Built from https://develop.svn.wordpress.org/trunk@56764 git-svn-id: http://core.svn.wordpress.org/trunk@56276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
72 lines
2.7 KiB
PHP
72 lines
2.7 KiB
PHP
<?php
|
|
/**
|
|
* Title: Writer Home Page
|
|
* Slug: twentytwentyfour/writer-home
|
|
* Categories: text, page
|
|
* Keywords: page, starter
|
|
* Block Types: core/post-content
|
|
* Post Types: page, wp_template
|
|
* Viewport width: 1400
|
|
*/
|
|
?>
|
|
|
|
<!-- wp:pattern {"slug":"twentytwentyfour/text-centered-title"} /-->
|
|
|
|
<!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group alignwide" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"1rem","left":"1rem"}}}} -->
|
|
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"10%"} -->
|
|
<div class="wp-block-column" style="flex-basis:10%"></div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column {"width":"60%"} -->
|
|
<div class="wp-block-column" style="flex-basis:60%"><!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
|
|
<div class="wp-block-query"><!-- wp:post-template -->
|
|
<!-- wp:group {"tagName":"article","layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
|
<article class="wp-block-group"><!-- wp:post-featured-image /-->
|
|
|
|
<!-- wp:post-title {"isLink":true,"fontSize":"large"} /-->
|
|
|
|
<!-- wp:template-part {"slug":"post-meta"} /-->
|
|
|
|
</article>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:post-excerpt {"moreText":"","excerptLength":40} /-->
|
|
|
|
<!-- wp:spacer -->
|
|
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|
|
<!-- /wp:post-template -->
|
|
|
|
<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
|
|
<!-- wp:query-pagination-previous /-->
|
|
|
|
<!-- wp:query-pagination-numbers /-->
|
|
|
|
<!-- wp:query-pagination-next /-->
|
|
<!-- /wp:query-pagination -->
|
|
|
|
<!-- wp:query-no-results -->
|
|
<!-- wp:pattern {"slug":"twentytwentyfour/no-results-content"} /-->
|
|
<!-- /wp:query-no-results --></div>
|
|
<!-- /wp:query --></div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column {"width":"10%"} -->
|
|
<div class="wp-block-column" style="flex-basis:10%"></div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column {"width":"30%"} -->
|
|
<div class="wp-block-column" style="flex-basis:30%">
|
|
<!-- wp:template-part {"slug":"sidebar","tagName":"aside"} /-->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column {"width":"10%"} -->
|
|
<div class="wp-block-column" style="flex-basis:10%"></div>
|
|
<!-- /wp:column --></div>
|
|
<!-- /wp:columns --></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:pattern {"slug":"twentytwentyfour/cta"} /-->
|