[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/patterns/ -> heading-and-paragraph-with-image.php (source)

   1  <?php
   2  /**
   3   * Title: Heading and paragraph with image on the right
   4   * Slug: twentytwentyfive/heading-and-paragraph-with-image
   5   * Categories: about
   6   * Description: A two-column section with a heading and paragraph on the left, and an image on the right.
   7   *
   8   * @package WordPress
   9   * @subpackage Twenty_Twenty_Five
  10   * @since Twenty Twenty-Five 1.0
  11   */
  12  
  13  ?>
  14  
  15  <!-- wp:group {"align":"full","className":"is-style-section-5","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
  16  <div class="wp-block-group alignfull is-style-section-5" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
  17      <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|60","left":"var:preset|spacing|80"}}}} -->
  18      <div class="wp-block-columns alignwide">
  19          <!-- wp:column {"verticalAlignment":"center","width":"50%"} -->
  20          <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%">
  21              <!-- wp:heading {"className":"wp-block-heading"} -->
  22              <h2 class="wp-block-heading">
  23                  <?php esc_html_e( 'About the event', 'twentytwentyfive' ); ?>
  24              </h2>
  25              <!-- /wp:heading -->
  26              <!-- wp:paragraph {"fontSize":"medium"} -->
  27              <p class="has-medium-font-size"><?php echo esc_html_x( 'Held over a weekend, the event is structured around a series of exhibitions, workshops, and panel discussions. The exhibitions showcase a curated selection of photographs that tell compelling stories from various corners of the globe, each image accompanied by detailed narratives that provide context and deeper insight into the historical significance of the scenes depicted. These photographs are drawn from the archives of renowned photographers, as well as emerging talents, ensuring a blend of both classical and contemporary perspectives.', 'Event Overview Text.', 'twentytwentyfive' ); ?></p>
  28              <!-- /wp:paragraph -->
  29          </div>
  30          <!-- /wp:column -->
  31  
  32          <!-- wp:column {"verticalAlignment":"center","width":"50%","layout":{"type":"default"}} -->
  33          <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%">
  34              <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} -->
  35              <figure class="wp-block-image size-full">
  36                  <img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/ruins-image.webp' ); ?>" alt="<?php echo esc_attr_x( 'Cliff Palace, Colorado', 'Alt text for Overview picture.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/>
  37              </figure>
  38              <!-- /wp:image -->
  39          </div>
  40          <!-- /wp:column -->
  41      </div>
  42      <!-- /wp:columns -->
  43  </div>
  44  <!-- /wp:group -->


Generated : Thu Oct 24 08:20:01 2024 Cross-referenced by PHPXref