[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/patterns/ -> hidden-blog-heading.php (source)

   1  <?php
   2  /**
   3   * Title: Hidden blog heading
   4   * Slug: twentytwentyfive/hidden-blog-heading
   5   * Description: Hidden heading for the home page and index template.
   6   * Inserter: no
   7   *
   8   * @package WordPress
   9   * @subpackage Twenty_Twenty_Five
  10   * @since Twenty Twenty-Five 1.0
  11   */
  12  
  13  ?>
  14  <!-- wp:heading {"textAlign":"left","level":1} -->
  15  <h1 class="wp-block-heading has-text-align-left"><?php esc_html_e( 'Blog', 'twentytwentyfive' ); ?></h1>
  16  <!-- /wp:heading -->


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