first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Empty result state.
|
||||
*
|
||||
* @package Gustavo_Portfolio
|
||||
*/
|
||||
?>
|
||||
|
||||
<section class="no-results not-found" aria-labelledby="no-results-title">
|
||||
<h2 id="no-results-title" class="no-results__title"><?php esc_html_e( 'Nada encontrado', 'gustavoo-portfolio' ); ?></h2>
|
||||
<?php if ( is_search() ) : ?>
|
||||
<p><?php esc_html_e( 'Não encontramos conteúdo com esses termos. Tente palavras diferentes.', 'gustavoo-portfolio' ); ?></p>
|
||||
<?php get_search_form(); ?>
|
||||
<?php else : ?>
|
||||
<p><?php esc_html_e( 'Ainda não há publicações aqui.', 'gustavoo-portfolio' ); ?></p>
|
||||
<?php endif; ?>
|
||||
</section>
|
||||
Reference in New Issue
Block a user