[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfour/patterns/ -> hidden-portfolio-hero.php (source)

   1  <?php
   2  /**
   3   * Title: Portfolio hero
   4   * Slug: twentytwentyfour/hidden-portfolio-hero
   5   * Inserter: no
   6   *
   7   * @package WordPress
   8   * @subpackage Twenty_Twenty_Four
   9   * @since Twenty Twenty-Four 1.0
  10   */
  11  
  12  ?>
  13  
  14  <!-- wp:spacer {"height":"var:preset|spacing|50","style":{"layout":{}}} -->
  15  <div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
  16  <!-- /wp:spacer -->
  17  
  18  <!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
  19  <div class="wp-block-group alignwide">
  20      <!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"xx-large"} -->
  21      <h1 class="wp-block-heading alignwide has-xx-large-font-size" style="line-height:1.2"><?php echo wp_kses_post( __( 'I’m <em>Leia Acosta</em>, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.', 'twentytwentyfour' ) ); ?></h1>
  22      <!-- /wp:heading -->
  23  </div>
  24  <!-- /wp:group -->


Generated : Sun Aug 2 08:20:19 2026 Cross-referenced by PHPXref