| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * About page with media on the left 4 * 5 * @package WordPress 6 * @subpackage Twenty_Twenty_Two 7 * @since Twenty Twenty-Two 1.0 8 */ 9 10 return array( 11 'title' => __( 'About page with media on the left', 'twentytwentytwo' ), 12 'categories' => array( 'twentytwentytwo_pages' ), 13 'content' => '<!-- wp:media-text {"align":"full","mediaType":"image","imageFill":true,"focalPoint":{"x":"0.63","y":"0.16"},"backgroundColor":"foreground","className":"alignfull is-image-fill has-background-color has-text-color has-background has-link-color"} --> 14 <div class="wp-block-media-text alignfull is-stacked-on-mobile is-image-fill has-background-color has-text-color has-background has-link-color has-foreground-background-color has-background"><figure class="wp-block-media-text__media" style="background-image:url(' . esc_url( get_template_directory_uri() ) . '/assets/images/bird-on-salmon.jpg);background-position:63% 16%"><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' ) . '"/></figure><div class="wp-block-media-text__content"><!-- wp:spacer {"height":32} --> 15 <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> 16 <!-- /wp:spacer --> 17 18 <!-- wp:site-logo {"width":60} /--> 19 20 <!-- wp:group {"style":{"spacing":{"padding":{"right":"min(8rem, 5vw)","top":"min(28rem, 28vw)"}}}} --> 21 <div class="wp-block-group" style="padding-top:min(28rem, 28vw);padding-right:min(8rem, 5vw)"><!-- wp:heading {"style":{"typography":{"fontWeight":"300","lineHeight":"1.115","fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} --> 22 <h2 style="font-size:clamp(3rem, 6vw, 4.5rem);font-weight:300;line-height:1.115"><em>' . esc_html__( 'Doug', 'twentytwentytwo' ) . '<br>' . esc_html__( 'Stilton', 'twentytwentytwo' ) . '</em></h2> 23 <!-- /wp:heading --> 24 25 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.6"}}} --> 26 <p style="line-height:1.6">' . esc_html__( 'Oh hello. My name’s Doug, and you’ve found your way to my website. I’m an avid bird watcher, and I also broadcast my own radio show on Tuesday evenings at 11PM EDT.', 'twentytwentytwo' ) . '</p> 27 <!-- /wp:paragraph --> 28 29 <!-- wp:spacer {"height":40} --> 30 <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div> 31 <!-- /wp:spacer --> 32 33 <!-- wp:social-links {"iconColor":"background","iconColorValue":"var(--wp--preset--color--background)","iconBackgroundColor":"foreground","iconBackgroundColorValue":"var(--wp--preset--color--foreground)"} --> 34 <ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"#","service":"wordpress"} /--> 35 36 <!-- wp:social-link {"url":"#","service":"twitter"} /--> 37 38 <!-- wp:social-link {"url":"#","service":"instagram"} /--></ul> 39 <!-- /wp:social-links --></div> 40 <!-- /wp:group --> 41 42 <!-- wp:spacer {"height":32} --> 43 <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> 44 <!-- /wp:spacer --></div></div> 45 <!-- /wp:media-text -->', 46 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sat Aug 15 08:20:25 2026 | Cross-referenced by PHPXref |