<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
+ <p><?php _e('Sorry, this page was not found.');?></p>
<?php endif;?>
</div>
<!-- <h1 id="no-crumb">Have something to get rid of?</h1>
</div><!-- /.navigation -->
<?php else: ?>
<div id="post-404" class="noposts">
- <p><?php _e('Sorry, no results were found.');?></p>
+ <p><?php _e('Sorry, this page was not found.');?></p>
</div><!-- /#post-404 -->
<?php endif;?>
</div><!-- /.navigation -->
<?php else: ?>
<div id="post-404" class="noposts">
- <p><?php _e('Sorry, no results were found.');?></p>
+ <p><?php _e('Sorry, this page was not found.');?></p>
</div><!-- /#post-404 -->
<?php endif;?>
</div>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
- <p><?php _e('Sorry, no results found.');?></p>
+ <p><?php _e('Sorry, this page was not found.');?></p>
<?php endif;?>
</div>
<div class="row">
<?php } ?>
<?php else: ?>
<div id="post-404" class="noposts">
- <p><?php _e('Sorry, no results were found.');?></p>
+ <p><?php _e('Sorry, no search results were found.');?></p>
</div><!-- /#post-404 -->
<?php endif;?>
</div><!-- /.navigation -->
<?php else: ?>
<div id="post-404" class="noposts">
- <p><?php _e('Sorry, no results were found.');?></p>
+ <p><?php _e('Sorry, this page was not found.');?></p>
</div><!-- /#post-404 -->
<?php endif;?>