}
}
-//<!-- Start of the Contextual/Highlight Search functions -->
+// Start of the Contextual/Highlight Search functions
function mytheme_init() {
remove_action('thematic_searchloop', 'thematic_search_loop');
}
}
add_action('thematic_searchloop', 'mytheme_search_loop');
-///<!-- End of the Contextual/Highlight Search functions -->
+// End of the Contextual/Highlight Search functions
?>
<div class="row">
<?php if (get_search_query()) { ?> <!-- This is to ensure empty search results are filtered. -->
- <h2 class="search-result-header">Search Results for "<?php echo get_search_query(); ?>"</h2>
+ <h2 class="search-result-header small-12 columns">Search Results for "<?php echo get_search_query(); ?>"</h2>
<div id="blog-posts-over" class="small-12 columns">
<?php if(have_posts()): $i = 1; while (have_posts() && $i < 6) : the_post(); ?>
<div class="content" id="blog-posts-container">
<?php endif;?>
</div>
<?php } else { ?>
- <h2> Please enter a term to be searched.</h2>
+ <h2 class="search-result-header small-12 columns"> Please enter a term to be searched.</h2>
<?php } ?>
<?php get_footer(); ?>