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