<?php } else { ?>
<br><h2 class="search-result-header small-12 columns">Search Results for "<?php echo get_search_query(); ?>"</h2>
<?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php if (is_search() && (isset($_GET['searchType']) && $_GET['searchType'] == 'blog') && ($post->post_type=='page')) continue; ?>
+ <?php if (is_search() && (isset($_GET['searchType']) && $_GET['searchType'] == 'post') && ($post->post_type=='page')) continue; ?>
<div class="row content search-result-container">
<div class="small-11 small-centered columns">
<article id="<?php the_ID()?>" <?php post_class()?>>