hidden-blog-heading.php 329 B

123456789101112
  1. <?php
  2. /**
  3. * Title: Hidden blog heading
  4. * Slug: srh/hidden-blog-heading
  5. * Description: Hidden heading for the home page and index template.
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:heading {"textAlign":"left","level":1} -->
  10. <h1 class="wp-block-heading has-text-align-left"><?php esc_html_e( 'Blog', 'srh' ); ?></h1>
  11. <!-- /wp:heading -->