How to exclude pages from the search results
Note that when we use: $query->set( ‘post_type’, ‘post’ ); then we’re overriding all searchable post types, not only the page post type. That may be just fine in some cases, and we’re done using some of your pre_get_posts snippets that fit our needs. But sometimes we don’t want to hard fix it that way. Here … Read more