No-post error repharsing on all pages.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 18 Jun 2015 19:22:33 +0000 (15:22 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 18 Jun 2015 19:22:33 +0000 (15:22 -0400)
front-page.php
home.php
index.php
page.php
search.php
single.php

index 00f707f..5a3961e 100755 (executable)
@@ -23,7 +23,7 @@
                             <?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>
index 5f569a4..e262f8c 100644 (file)
--- a/home.php
+++ b/home.php
@@ -30,7 +30,7 @@
         </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;?>
         
index e24ede6..ad9a261 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -29,7 +29,7 @@
         </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>
index c918d38..8a78d05 100755 (executable)
--- a/page.php
+++ b/page.php
@@ -23,7 +23,7 @@
             <?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">
index dee4436..1a6e7e4 100644 (file)
@@ -97,7 +97,7 @@
             <?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;?>
             
index 92c30fc..35b9533 100644 (file)
@@ -61,7 +61,7 @@
         </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;?>