[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentytwo/inc/patterns/ -> general-wide-image-intro-buttons.php (source)

   1  <?php
   2  /**
   3   * Wide image with introduction and buttons 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'      => __( 'Wide image with introduction and buttons', 'twentytwentytwo' ),
  12      'categories' => array( 'featured', 'columns' ),
  13      'content'    => '<!-- wp:group {"align":"wide"} -->
  14                  <div class="wp-block-group alignwide"><!-- wp:image {"width":2100,"height":994,"sizeSlug":"large"} -->
  15                  <figure class="wp-block-image size-large is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-gray-a.jpg" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '" width="2100" height="994"/></figure>
  16                  <!-- /wp:image -->
  17  
  18                  <!-- wp:columns {"verticalAlignment":null} -->
  19                  <div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"bottom"} -->
  20                  <div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:heading {"style":{"typography":{"fontSize":"clamp(3.25rem, 8vw, 6.25rem)","lineHeight":"1.15"}}} -->
  21                  <h2 style="font-size:clamp(3.25rem, 8vw, 6.25rem);line-height:1.15"><em>' . wp_kses_post( __( 'Welcome to<br>the Aviary', 'twentytwentytwo' ) ) . '</em></h2>
  22                  <!-- /wp:heading --></div>
  23                  <!-- /wp:column -->
  24  
  25                  <!-- wp:column {"verticalAlignment":"bottom","style":{"spacing":{"padding":{"bottom":"6rem"}}}} -->
  26                  <div class="wp-block-column is-vertically-aligned-bottom" style="padding-bottom:6rem"><!-- wp:paragraph -->
  27                  <p>' . esc_html__( 'A film about hobbyist bird watchers, a catalog of different birds, paired with the noises they make. Each bird is listed by their scientific name so things seem more official.', 'twentytwentytwo' ) . '</p>
  28                  <!-- /wp:paragraph -->
  29  
  30                  <!-- wp:spacer {"height":20} -->
  31                  <div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
  32                  <!-- /wp:spacer -->
  33  
  34                  <!-- wp:buttons -->
  35                  <div class="wp-block-buttons"><!-- wp:button {"className":"is-style-outline"} -->
  36                  <div class="wp-block-button is-style-outline"><a class="wp-block-button__link">' . esc_html__( 'Learn More', 'twentytwentytwo' ) . '</a></div>
  37                  <!-- /wp:button -->
  38  
  39                  <!-- wp:button {"className":"is-style-outline"} -->
  40                  <div class="wp-block-button is-style-outline"><a class="wp-block-button__link">' . esc_html__( 'Buy Tickets', 'twentytwentytwo' ) . '</a></div>
  41                  <!-- /wp:button --></div>
  42                  <!-- /wp:buttons --></div>
  43                  <!-- /wp:column --></div>
  44                  <!-- /wp:columns --></div>
  45                  <!-- /wp:group -->',
  46  );


Generated : Sat Aug 8 08:20:21 2026 Cross-referenced by PHPXref