Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

19 lignes
808 B

  1. <?php get_header() ?>
  2. <article id="content" class="<?php post_class(array('wrapper', 'container', 'clearfix', 'not-found', 'error404')) ?>">
  3. <div class="inner">
  4. <h2 class="title"><?php __( 'Not Found', 'sandbox' ) ?></h2>
  5. <div class="content">
  6. <p><?php printf(__( 'Apologies, but we were unable to find what you were looking for. Perhaps searching will help.', 'sandbox' )); ?></p>
  7. </div>
  8. <form id="searchform-404" class="blog-search" method="get" action="<?php echo esc_url( home_url() ) ?>">
  9. <div>
  10. <input id="s-404" name="s" class="text" type="text" value="<?php the_search_query() ?>" size="40" />
  11. <input class="button" type="submit" value="<?php printf(__( 'Find', 'sandbox' )); ?>" />
  12. </div>
  13. </form>
  14. </div>
  15. </article><!-- .post -->
  16. <?php get_footer() ?>