no-results.php 866 B

1234567891011121314151617181920212223242526
  1. <article id="post-0" class="post no-results not-found">
  2. <header class="entry-header">
  3. <h1 class="entry-title"><?php _e( 'Nothing Found', 'foto' ); ?></h1>
  4. </header><!-- .entry-header -->
  5. <div class="entry-content">
  6. <?php if ( is_home() ) { ?>
  7. <p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'foto' ), admin_url( 'post-new.php' ) ); ?></p>
  8. <?php } elseif ( is_search() ) { ?>
  9. <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'foto' ); ?></p>
  10. <?php get_search_form(); ?>
  11. <?php } else { ?>
  12. <p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'foto' ); ?></p>
  13. <?php get_search_form(); ?>
  14. <?php } ?>
  15. </div><!-- .entry-content -->
  16. </article><!-- #post-0 -->