You've already forked wp-bootstrap
14 lines
250 B
PHP
14 lines
250 B
PHP
|
|
<?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 -->
|