• Home
  • Plugins
    • Use Any Font
    • WP Masonry Layout
    • Jquery Validation For Contact Form 7
    • Real Email Checker
    • Any Mobile Theme Switcher
    • Block Specific Plugin Updates
    • Featured Image in RSS Feed
    • Add Tags And Category To Page
    • Remove Admin Bar For Client
  • Support Forum
  • Blog
  • Contact
  • Home
  • Plugins
    • Use Any Font
    • WP Masonry Layout
    • Jquery Validation For Contact Form 7
    • Real Email Checker
    • Any Mobile Theme Switcher
    • Block Specific Plugin Updates
    • Featured Image in RSS Feed
    • Add Tags And Category To Page
    • Remove Admin Bar For Client
  • Support Forum
  • Blog
  • Contact

Blog

  • You are here:
  • Home
  • Exclude Page From WordPress Search

Exclude Page From WordPress Search

  • Posted by Dinesh
  • On October 13, 2011
  • In Wordpress
  • 0

WordPress, by default search for post and pages. How ever you can add a filter to exclude page or post to make you search result effective.


Open your functions.php from your active theme and use the following Code.


function SearchFilter($query) {
if ($query->is_search) {
$query->set('post_type', 'post'); // Displays only post. Change it to 'pages' for pages.
}
return $query;
}

add_filter('pre_get_posts','SearchFilter');


Share:

Previous Post

Add widgets from shortcode in post/page

Next Post

Benifits of premium plugins
0 comments on Exclude Page From WordPress Search
Our Plugin
  • Use Any Font
  • WP Masonry Layout
  • Jquery Validation For Contact Form 7
  • Real Email Checker
  • Any Mobile Theme Switcher
  • Block Specific Plugin Updates
  • Featured Image in RSS Feed
  • Add Tags And Category To Page
  • Remove Admin Bar For Client
Support Forum
  • Add Tags And Category to Page and Post Types
  • Any Mobile Theme Switcher
  • Block Plugin Updates
  • Email Checker
  • Featured Image in RSS Feed
  • Jquery Validation for Contact Form 7
  • Use Any Fonts
Scroll
Support Forums
  • Add Tags And Category to Page and Post Types
  • Any Mobile Theme Switcher
  • Block Plugin Updates
  • Email Checker
  • Featured Image in RSS Feed
  • Jquery Validation for Contact Form 7
  • Use Any Fonts
Recent Topics
  • can't contribut
  • Menu Font
  • Multibple custon code validation
  • no fonts upload
  • error messages of missing required checkbox
  • One of the plugins won't block
  • font does not show correctly
Testing Platform Partner
Header logo

 

Follow Us
@2017 © Dnesscarkey