Skip to content

Instantly share code, notes, and snippets.

@wbxpress
Created August 11, 2015 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbxpress/88b878a8c610852ff5e5 to your computer and use it in GitHub Desktop.
Save wbxpress/88b878a8c610852ff5e5 to your computer and use it in GitHub Desktop.
wbxpress-one theme's content-none file.
<div>
<h2><?php _e( 'Nothing Found', 'wbxpress-one' ); ?></h2>
<?php if ( is_search() ): ?>
<p><?php _e( 'Sorry, but nothing matched your search terms.', 'wbxpress-one' ); ?></p>
<?php else: ?>
<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for.', 'wbxpress-one' ); ?></p>
<?php endif; ?>
<?php get_search_form(); ?>
</div>
<div class="clear post-spt"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment