Remove PAGES from SEARCH RESULTS?
-
Hello WordPress Community!
Can someone help me in removing the pages from search results:
http://ragetracks.com/?s=rageHere is my search.php code:
<?php global $blogConf, $permalink, $is_search; $permalink = false; $is_search = true; get_template_part('single','config'); $blogConf['title'] = __('Nothing found', 'themeton'); if (have_posts ()){ $blogConf['title'] = __('Search result for', 'themeton') . ' : ' . '<span>' . get_search_query() . '</span>'; }?> <?php get_header();?> <?php get_template_part('content', 'main');?> <?php get_footer();?>Thank you for your time
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Remove PAGES from SEARCH RESULTS?’ is closed to new replies.