You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1><?php _e( 'This is Embarrassing', 'bootstrapwp' ); ?></h1>
<p class="lead"><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.', 'bootstrapwp' ); ?></p>
</header>
<div class="row content">
<div class="span8">
<div class="well">
<?php get_search_form(); ?>
</div><!--/.well -->
<div class="row">
<div class="span4">
<h2>All Pages</h2>
<?php wp_page_menu(); ?>
</div><!--/.span4 -->
<div class="span4">
<?php the_widget( 'WP_Widget_Recent_Posts' ); ?>
<h2><?php _e( 'Most Used Categories', 'bootstrapwp' ); ?></h2>