content-none.php 399 B

12345678
  1. <article id="post-<?php the_ID(); ?>" <?php post_class('post'); ?>>
  2. <div class="post-content">
  3. <header class="entry-header">
  4. <h3 class="entry-title"><?php esc_html_e('Nothing found', 'spice-software' ); ?></a></h3>
  5. <p><?php esc_html_e('Sorry, but nothing matched your search criteria. Please try again with some different keywords.','spice-software' ); ?></p>
  6. </header>
  7. </div>
  8. </article>