[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/patterns/ -> banner-poster.php (source)

   1  <?php
   2  /**
   3   * Title: Poster-like section
   4   * Slug: twentytwentyfive/banner-poster
   5   * Categories: banner, media
   6   * Description: A section that can be used as a banner or a landing page to announce an event.
   7   *
   8   * @package WordPress
   9   * @subpackage Twenty_Twenty_Five
  10   * @since Twenty Twenty-Five 1.0
  11   */
  12  
  13  ?>
  14  <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/poster-image-background.webp","alt":"Picture of a historical building in ruins.","dimRatio":30,"overlayColor":"contrast","isUserOverlayColor":true,"minHeight":100,"minHeightUnit":"vh","align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-1"}}},"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"textColor":"accent-1","layout":{"type":"constrained"}} -->
  15  <div class="wp-block-cover alignfull has-accent-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50);min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-contrast-background-color has-background-dim-30 has-background-dim"></span><img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Picture of a historical building in ruins.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/poster-image-background.webp" data-object-fit="cover"/>
  16  <div class="wp-block-cover__inner-container">
  17      <!-- wp:group {"align":"wide","style":{"dimensions":{"minHeight":"100vh"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between","justifyContent":"stretch"}} -->
  18      <div class="wp-block-group alignwide" style="min-height:100vh">
  19          <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|50"}}}} -->
  20          <div class="wp-block-columns alignwide">
  21              <!-- wp:column {"width":"80%"} -->
  22              <div class="wp-block-column" style="flex-basis:80%">
  23                  <!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"fontSize":"12vw","lineHeight":"0.9","fontStyle":"normal","fontWeight":"300"}}} -->
  24                  <h2 class="wp-block-heading alignwide has-text-align-left" style="font-size:12vw;font-style:normal;font-weight:300;line-height:0.9">
  25                      <?php
  26                      echo wp_kses_post(
  27                          /* translators: This string contains the word "Stories" in four different languages with the first item in the locale's language. */
  28                          _x( '“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”', 'Placeholder heading in four languages.', 'twentytwentyfive' )
  29                      );
  30                      ?>
  31                  </h2>
  32                  <!-- /wp:heading -->
  33              </div>
  34              <!-- /wp:column -->
  35  
  36              <!-- wp:column {"width":"20%"} -->
  37              <div class="wp-block-column" style="flex-basis:20%">
  38                  <!-- wp:paragraph {"align":"right"} -->
  39                  <p class="has-text-align-right"><?php echo esc_html_x( 'Aug 08—10 2025', 'Example event date in pattern.', 'twentytwentyfive' ); ?><br><?php esc_html_e( 'Fuego Bar, Mexico City', 'twentytwentyfive' ); ?></p>
  40                  <!-- /wp:paragraph -->
  41              </div>
  42              <!-- /wp:column -->
  43          </div>
  44          <!-- /wp:columns -->
  45  
  46          <!-- wp:columns {"verticalAlignment":"bottom","isStackedOnMobile":false,"align":"wide"} -->
  47          <div class="wp-block-columns alignwide are-vertically-aligned-bottom is-not-stacked-on-mobile">
  48              <!-- wp:column {"verticalAlignment":"bottom","width":"80%"} -->
  49              <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:80%">
  50                  <!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"lineHeight":"0.9","fontStyle":"normal","fontWeight":"300"}},"fontSize":"xx-large"} -->
  51                  <h2 class="wp-block-heading alignwide has-text-align-left has-xx-large-font-size" style="font-style:normal;font-weight:300;line-height:0.9"><?php esc_html_e( 'Let’s hear them.', 'twentytwentyfive' ); ?></h2>
  52                  <!-- /wp:heading -->
  53              </div>
  54              <!-- /wp:column -->
  55  
  56              <!-- wp:column {"verticalAlignment":"bottom","width":"20%"} -->
  57              <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:20%">
  58                  <!-- wp:paragraph {"align":"right"} -->
  59                  <p class="has-text-align-right"><?php esc_html_e( '#stories', 'twentytwentyfive' ); ?></p>
  60                  <!-- /wp:paragraph -->
  61              </div>
  62              <!-- /wp:column -->
  63          </div>
  64          <!-- /wp:columns -->
  65      </div>
  66      <!-- /wp:group -->
  67      </div>
  68  </div>
  69  <!-- /wp:cover -->


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref