• This is a simple error to correct.

    In the 404 page you have

    <h2 class="entry-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'casper' ); ?></h1>

    The correct is:

    <h1 class="entry-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'casper' ); ?></h1>
  • The topic ‘404 Page h1 error’ is closed to new replies.