PHP Classes

File: wordpress/wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   WordPress Docker Swarm   wordpress/wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php   Download  
File: wordpress/wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: WordPress Docker Swarm
Deploy WordPress to multiple containers
Author: By
Last change:
Date: 27 days ago
Size: 2,974 bytes
 

Contents

Class file image Download
<?php
/**
 * Title: Page template for the right-aligned blog
 * Slug: twentytwentyfive/template-page-vertical-header-blog
 * Template Types: page
 * Viewport width: 1400
 *
 * @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":{"bottom":"var:preset|spacing|50","left":"0","right":"0"}}},"layout":{"type":"default"}} -->
    <div class="wp-block-column" style="padding-right:0;padding-bottom:var(--wp--preset--spacing--50);padding-left:0;flex-basis:90%">
        <!-- wp:group {"tagName":"main","layout":{"type":"default"}} -->
        <main class="wp-block-group">
            <!-- wp:post-featured-image {"aspectRatio":"16/9","height":""} /-->
            <!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
            <div class="wp-block-group" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
                <!-- 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:group {"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
                <div class="wp-block-group">
                    <!-- wp:post-title {"level":1,"style":{"layout":{"selfStretch":"fixed","flexSize":"70vw"}},"fontSize":"xx-large"} /-->
                </div>
                <!-- /wp:group -->
                <!-- wp:spacer {"height":"var:preset|spacing|30"} -->
                <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
                <!-- /wp:spacer -->

                <!-- wp:columns {"style":{"spacing":{"blockGap":{"left":"var:preset|spacing|70"}}}} -->
                <div class="wp-block-columns">
                    <!-- wp:column {"width":"75%","style":{"spacing":{"padding":{"bottom":"var:preset|spacing|60"}}}} -->
                    <div class="wp-block-column" style="padding-bottom:var(--wp--preset--spacing--60);flex-basis:75%">
                        <!-- wp:post-content {"layout":{"type":"default"}} /-->
                    </div>
                    <!-- /wp:column -->
                    <!-- wp:column {"width":"25%"} -->
                    <div class="wp-block-column" style="flex-basis:25%">
                    <!-- wp:template-part {"slug":"sidebar"} /-->
                    </div>
                    <!-- /wp:column -->
                </div>
                <!-- /wp:columns -->
            </div>
            <!-- /wp:group -->
        </main>
        <!-- /wp:group -->
    </div>
    <!-- /wp:column -->
</div>
<!-- /wp:columns -->

<!-- wp:template-part {"slug":"footer"} /-->