Prevent A Specific Custom Post Type Showing In WP Search Results Page
Instead of enumerating page IDs you don’t want, you could instead set the post types that you do want. You can of course combine the 2 approaches if you wish, but below I’ve included pages, posts, and another type you might want if you have other types on your site. e.g.: function tp_remove_pages( $query ) … Read more