Replacing h2 with h1 on single content items for SEO

This commit is contained in:
Holger Könemann 2016-12-10 10:07:59 +01:00
parent 8a1e59e2c2
commit 9112bc49df
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<header class="page-header">
<h2 class="page-title"><?php _e( 'Nothing Found', 'understrap' ); ?></h2>
<h1 class="page-title"><?php _e( 'Nothing Found', 'understrap' ); ?></h1>
</header><!-- .page-header -->

View File

@ -10,7 +10,7 @@
<header class="entry-header">
<?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</header><!-- .entry-header -->

View File

@ -10,7 +10,7 @@
<header class="entry-header">
<?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
<div class="entry-meta">