Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created March 13, 2014 00:25
Show Gist options
  • Save billrobbins/9519565 to your computer and use it in GitHub Desktop.
Save billrobbins/9519565 to your computer and use it in GitHub Desktop.
<?php get_header(); ?>
<div id="content" class="clearfix">
<h1 class="entry-title" itemprop="headline"><?php _e('Not Found', 'organizedthemes'); ?></h1>
<p><?php _e('We could not find the page you were looking for. You can try searching for it here:', 'organizedthemes'); ?></p>
<?php get_search_form(); ?>
<p>We recently made some changes to our site. If you are having issues viewing our website, try clearing the cache (cookies) on your browser. Instructions to do this can be found here: <a href="http://www.wikihow.com/Clear-Your-Browser's-Cache">Clearing Your Cache</a></p>
<p>Still have problems? Contact Becca Fleischer at <a href="mailto:bfleischer@famservices.com">bfleischer@famservices.com</a></p>
</div><!-- #content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment