<?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, no results found.');?></p>
<?php endif;?>
</div>
<div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
<?php get_header(); ?>
<main class="search-results">
<?php if (get_search_query() == "") { ?>
- <br><h2 class="search-result-header">Please enter a query in the search box. </h2>
+ <br><h2 class="search-result-header small-12 columns">Please enter a query in the search box. </h2>
<?php } else { ?>
- <br><h2 class="search-result-header">Search Results for "<?php echo get_search_query(); ?>"</h2>
+ <br><h2 class="search-result-header small-12 columns">Search Results for "<?php echo get_search_query(); ?>"</h2>
<div class="row">
<div id="blog-posts-over" class="small-12 medium-9 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>