[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfour/patterns/ -> text-centered-statement-small.php (source)

   1  <?php
   2  /**
   3   * Title: Centered statement, small
   4   * Slug: twentytwentyfour/text-centered-statement-small
   5   * Categories: text, about
   6   * Keywords: mission, introduction
   7   * Viewport width: 1200
   8   */
   9  ?>
  10  
  11  <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"800px"}} -->
  12  <div class="wp-block-group alignfull" 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)">
  13  
  14      <!-- wp:heading {"textAlign":"center","level":1,"fontSize":"x-large","level":1} -->
  15      <h1 class="wp-block-heading has-text-align-center has-x-large-font-size">
  16          <em>
  17          <?php
  18          /* Translators: About link placeholder */
  19              $about_link = '<a href="#" rel="nofollow">' . esc_html__( 'Money Studies', 'twentytwentyfour' ) . '</a>';
  20              echo sprintf(
  21                  /* Translators: About text placeholder */
  22                  esc_html__( 'I write about finance, management and economy, my book “%1$s” is out now.', 'twentytwentyfour' ),
  23                  $about_link
  24              );
  25              ?>
  26          </em>
  27      </h1>
  28      <!-- /wp:heading -->
  29  </div>
  30  <!-- /wp:group -->


Generated : Fri May 3 08:20:01 2024 Cross-referenced by PHPXref