[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/patterns/ -> template-home-photo-blog.php (source)

   1  <?php
   2  /**
   3   * Title: Photo blog home
   4   * Slug: twentytwentyfive/template-home-photo-blog
   5   * Template Types: front-page, index, home
   6   * Viewport width: 1400
   7   * Inserter: no
   8   *
   9   * @package WordPress
  10   * @subpackage Twenty_Twenty_Five
  11   * @since Twenty Twenty-Five 1.0
  12   */
  13  
  14  ?>
  15  <!-- wp:template-part {"slug":"header"} /-->
  16  
  17  <!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} -->
  18  <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--60)">
  19      <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
  20      <div class="wp-block-group">
  21          <!-- wp:heading {"textAlign":"center","level":1,"className":"is-style-text-annotation"} -->
  22          <h1 class="wp-block-heading has-text-align-center is-style-text-annotation"><?php esc_html_e( 'Stories', 'twentytwentyfive' ); ?></h1>
  23          <!-- /wp:heading -->
  24      </div>
  25      <!-- /wp:group -->
  26      <!-- wp:heading {"textAlign":"center","align":"wide","fontSize":"xx-large"} -->
  27      <h2 class="wp-block-heading alignwide has-text-align-center has-xx-large-font-size"><?php esc_html_e( 'Tell your story', 'twentytwentyfive' ); ?></h2>
  28      <!-- /wp:heading -->
  29      <!-- wp:pattern {"slug":"twentytwentyfive/template-query-loop-photo-blog"} /-->
  30  </main>
  31  <!-- /wp:group -->
  32  
  33  <!-- wp:template-part {"slug":"footer"} /-->


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