Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (!is_admin()) {
- function wpb_search_filter($query) {
- if ($query->is_search) {
- $query->set('post_type', 'post');
- }
- return $query;
- }
- add_filter('pre_get_posts','wpb_search_filter');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement