mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-13 07:10:00 +01:00
This ticket replaces the issue not resolved in time before the release of the theme. This now takes the feedback of translators and iterates on that. Props poena, desrosj, hameem1102, burakkaptan, jorbin, prathamesh24, audrasjb. Fixes #62482. Built from https://develop.svn.wordpress.org/trunk@59891 git-svn-id: http://core.svn.wordpress.org/trunk@59233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
49 lines
2.1 KiB
PHP
49 lines
2.1 KiB
PHP
<?php
|
|
/**
|
|
* Title: Right-aligned archive
|
|
* Slug: twentytwentyfive/template-archive-vertical-header-blog
|
|
* Template Types: archive
|
|
* Viewport width: 1400
|
|
* Inserter: no
|
|
*
|
|
* @package WordPress
|
|
* @subpackage Twenty_Twenty_Five
|
|
* @since Twenty Twenty-Five 1.0
|
|
*/
|
|
|
|
?>
|
|
<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"right":"0","left":"0","top":"0","bottom":"0"},"blockGap":{"left":"0"}}}} -->
|
|
<div class="wp-block-columns is-not-stacked-on-mobile" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
|
|
<!-- wp:column {"width":"8rem"} -->
|
|
<div class="wp-block-column" style="flex-basis:8rem">
|
|
<!-- wp:template-part {"slug":"vertical-header"} /-->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column {"width":"90%","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
|
|
<div class="wp-block-column" style="padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50);flex-basis:90%">
|
|
<!-- wp:group {"tagName":"main","layout":{"type":"default"}} -->
|
|
<main class="wp-block-group">
|
|
<!-- wp:spacer {"height":"var:preset|spacing|50"} -->
|
|
<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|
|
<!-- wp:query-title {"type":"archive","fontSize":"large"} /-->
|
|
<!-- wp:term-description /-->
|
|
<!-- wp:spacer {"height":"var:preset|spacing|50"} -->
|
|
<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|
|
|
|
<!-- wp:pattern {"slug":"twentytwentyfive/template-query-loop-vertical-header-blog"} /-->
|
|
|
|
<!-- wp:spacer {"height":"var:preset|spacing|50"} -->
|
|
<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|
|
</main>
|
|
<!-- /wp:group -->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
</div>
|
|
<!-- /wp:columns -->
|
|
|
|
<!-- wp:template-part {"slug":"footer"} /-->
|