Created
December 12, 2015 14:27
-
-
Save eltondev/553dba7c0d3ea508140c to your computer and use it in GitHub Desktop.
Page not found
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
get_header(); ?> | |
<div id="primary" class="content-area"> | |
<div id="content" class="site-content" role="main"> | |
<header class="page-header"> | |
<h1 class="page-title"><?php _e( 'Página não encontrada', 'meu_tema_aqui' ); ?></h1> | |
</header> | |
<div class="page-wrapper"> | |
<div class="page-content"> | |
<h2><?php _e( 'Isso é um pouco constrangedor, não é? Porque você está trapaceando!', 'meu_tema_aqui' ); ?></h2> | |
<p><?php _e( 'Marcelo, parece que nada foi encontrado! Pesquisa certo mula!', 'meu_tema_aqui' ); ?></p> | |
<?php get_search_form(); ?> | |
</div><!-- .page-content --> | |
</div><!-- .page-wrapper --> | |
</div><!-- #content --> | |
</div><!-- #primary --> | |
<?php get_footer(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment