2026-02-08 02:25:33 +01:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* Title: Blog heading
|
|
|
|
|
* Slug: wp-bootstrap/hidden-blog-heading
|
|
|
|
|
* Inserter: no
|
|
|
|
|
*
|
|
|
|
|
* @package WPBootstrap
|
|
|
|
|
* @since 0.0.1
|
|
|
|
|
*/
|
|
|
|
|
?>
|
|
|
|
|
<!-- wp:heading {"level":1} -->
|
|
|
|
|
<h1><?php esc_html_e( 'Blog', 'wp-bootstrap' ); ?></h1>
|
|
|
|
|
<!-- /wp:heading -->
|