HubsInfo Network
Login or Register to remove ads! You're browsing our forum and website as a Guest meaning you can only see a portion of the forum in read-only mode.
PHP MySQL Linux Material Design Web Hosting Online Games SimCity BuildIt

Exclude Pages from WordPress Search Results

0 Members and 1 Guest are viewing this topic.

Exclude Pages from WordPress Search Results
« on: April 05, 2016, 05:55:27 PM »
Code: [Select]
/* Exclude pages from search /.. */
function SearchFilter($query) {
if ($query->is_search) {
    $query->set('post_type', 'post');
}
return $query;
}
add_filter('pre_get_posts','SearchFilter');
/* ../ Exclude pages from search */
 



Linux Ubuntu Guides Linux games - Lutris.net