| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Poster with right sidebar block pattern 4 * 5 * @package WordPress 6 * @subpackage Twenty_Twenty_Two 7 * @since Twenty Twenty-Two 1.0 8 */ 9 10 return array( 11 'title' => __( 'Poster with right sidebar', 'twentytwentytwo' ), 12 'categories' => array( 'twentytwentytwo_pages' ), 13 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> 14 <div class="wp-block-group alignfull"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":"5%"}}} --> 15 <div class="wp-block-columns alignwide"><!-- wp:column {"width":"70%"} --> 16 <div class="wp-block-column" style="flex-basis:70%"> 17 18 <!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"},"spacing":{"margin":{"bottom":"0px"}}}} --> 19 <h1 class="alignwide" style="font-size:clamp(3rem, 6vw, 4.5rem);margin-bottom:0px">' . wp_kses_post( __( '<em>Flutter</em>, a collection of bird-related ephemera', 'twentytwentytwo' ) ) . '</h1> 20 <!-- /wp:heading --></div> 21 <!-- /wp:column --> 22 23 <!-- wp:column {"width":""} --> 24 <div class="wp-block-column"></div> 25 <!-- /wp:column --></div> 26 <!-- /wp:columns --> 27 28 <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":"5%"}}} --> 29 <div class="wp-block-columns alignwide"><!-- wp:column {"width":"70%","style":{"spacing":{"padding":{"bottom":"32px"}}}} --> 30 <div class="wp-block-column" style="padding-bottom:32px;flex-basis:70%"><!-- wp:image {"width":984,"height":1426,"sizeSlug":"full","linkDestination":"none"} --> 31 <figure class="wp-block-image size-full is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/bird-on-salmon.jpg" alt="' . esc_attr__( 'Image of a bird on a branch', 'twentytwentytwo' ) . '" width="984" height="1426"/></figure> 32 <!-- /wp:image --></div> 33 <!-- /wp:column --> 34 35 <!-- wp:column {"width":""} --> 36 <div class="wp-block-column"><!-- wp:image {"width":100,"height":47,"sizeSlug":"full","linkDestination":"none"} --> 37 <figure class="wp-block-image size-full is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/icon-binoculars.png" alt="' . esc_attr__( 'An icon representing binoculars.', 'twentytwentytwo' ) . '" width="100" height="47"/></figure> 38 <!-- /wp:image --> 39 40 <!-- wp:spacer {"height":16} --> 41 <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div> 42 <!-- /wp:spacer --> 43 44 <!-- wp:heading {"level":3,"fontSize":"large"} --> 45 <h3 class="has-large-font-size"><em>' . esc_html__( 'Date', 'twentytwentytwo' ) . '</em></h3> 46 <!-- /wp:heading --> 47 48 <!-- wp:paragraph --> 49 <p>' . esc_html__( 'February, 12 2021', 'twentytwentytwo' ) . '</p> 50 <!-- /wp:paragraph --> 51 52 <!-- wp:spacer {"height":16} --> 53 <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div> 54 <!-- /wp:spacer --> 55 56 <!-- wp:heading {"level":3,"fontSize":"large"} --> 57 <h3 class="has-large-font-size"><em>' . esc_html__( 'Location', 'twentytwentytwo' ) . '</em></h3> 58 <!-- /wp:heading --> 59 60 <!-- wp:paragraph --> 61 <p>' . wp_kses_post( __( 'The Grand Theater<br>154 Eastern Avenue<br>Maryland NY, 12345', 'twentytwentytwo' ) ) . '</p> 62 <!-- /wp:paragraph --> 63 64 <!-- wp:spacer {"height":16} --> 65 <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div> 66 <!-- /wp:spacer --></div> 67 <!-- /wp:column --></div> 68 <!-- /wp:columns --></div> 69 <!-- /wp:group -->', 70 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Thu Jul 30 08:20:17 2026 | Cross-referenced by PHPXref |