Check out customizing the WP template search.php… you could detect the custom post type query and build your query inside the search.php template as needed.
IF query = custom post type THEN
Customize query using WP_query
ElSE
Show Standard search results
END IF
Hope that helps.
Related Posts:
- Advanced search form with filters for custom taxonomies and custom fields
- How to make a WP_Query search with custom post types?
- Building a Digg clone using WordPress?
- Search multiple custom fields by using meta_query
- How do I Paginate Search Results for Custom Post Types?
- WordPress post sorting with AJAX
- Why have my custom post type searches stopped working after changing URLs / updating WordPress?
- Search that will look in custom field, post title and post content
- Have different search results template depending of custom post type searched
- Returning search results by relevance, including Custom Post Types
- How to replicate some of Drupal Views functionality in WordPress?
- Seperating Custom Post Search Results
- Exclude from search all custom posts which are NOT in a taxonomy term
- Exclude a term of a taxonomy with a custom post type in a search
- Separating Search Results By Post Type
- How Do I Use WP_Query to Run This Database Query as Search Result?
- Custom Post Types: pretty search URLs and has_archive
- WordPress Admin Panel search posts with custom post meta values along with title
- Custom Search form not working in localhost
- Custom Search | Wrong output & question
- Is there An Input Checkbox Option That Works like `wp_dropdown_categories()` To Use In A WP Search Form?
- No results searching custom post type in admin panel
- Set meta_query only for specific post type
- Building an Advanced Search (text, tags, category, custom fields) – Getting the wrong SQL query
- error in Advanced Search Form for Custom Post Types in WordPress array_key_exists() expects parameter 2to be array, string given
- Search Custom Post Type Custom Fields
- Custom Post Type not appearing in website search
- CPT Search Form with Taxonomy filter & Or
- How-to leverage WordPress for creating Extended Social Profiles
- Keyword search limited to specific post type filtered by multiple custom taxonomies?
- Custom search for custom post meta with pre_get_posts interferes with WP search
- WooCommerce product search titles only
- I did group my search results by post type, but how can i give each of them its own order?
- custom post type Search returns No Results in admin panel
- Search Custom Post Type & Taxonomies
- filter custom post type by meta key in dashboard
- WordPress sort search results by custom order
- Pretty URL for custom search for custom post type
- Add post location with mile radius allowing search
- Include custom post type content in search
- Get post count for search result based on post type
- search suggest – filter post type
- Set Custom Post Type in Widget Settings for use in Widget
- Displaying and searching Custom Posts
- Search by tag name and category
- Advanced search form with filters for custom taxonomies
- dropdowboxes with pre-selected custom fields optios that filters the results according seach needs
- Different results between permalink and query var search
- How to let users choose where to search for posts?
- WordPress Custom Search by post_type
- Include custom taxonomy term in search
- What content types are shown at a search page?
- Search one custom post type ONLY, disable “all posts”
- Select2 AJAX and WP Query Returns ALL and does not filter
- search custom post type by custom fields on front end
- Custom Search | check multiple meta_value for search value
- Searching post types
- Blank search results on custom search
- Limit search field to just search a custom post type with custom fields
- Display future posts in search
- Redirecting search to specific templates with $_GET[“post_type”]
- Search custom type post
- How to have multiple search result pages in wordpress with taxonomy terms listed
- WordPress CPT Taxonomy Dashboard Search – How to include taxonomy in search?
- Is it possible to get the specific content on the search page?
- Search for custom field input of a custom post type in ajax live search
- Creating a custom WP query for a Custom Post Type
- In the php, how can I have a category of a custom post type display?
- Search Function not searching correct custom_post_type even though post_type is defined in search args
- Add liked posts to user account
- WP_List_Table Inside Metabox Not Working on Clicking Search Button
- Custom Post type doesn’t appear in search results
- search results to show individual ACF fields from inside custom posts
- post_type incorrect for custom post type
- Live search by custom tag
- Custom search for a custom post type in WordPress
- how to create custom taxonomy drop downs for parents and child
- Search in multiple specific post types
- custom search form for custom post
- How to create groups like that in buddypress?
- Custom post url in search.php isn’t the correct rewrited url
- Manually build WP_Query
- Extensive search filtering and results->PDF in the front-end
- Trying to modify custom search function in plugin to search postmeta table for keyword as well as posts table
- pre_get_posts not firing at all
- Custom post type blog pagination conflict
- Diffrent search templates for different post types
- Multiple search template with separate stylesheets
- Advanced search form with filters for custom taxonomies and custom fields
- Problem with custom post type search
- How do I do this?: If custom post type exists, echo it, else do not
- WordPress search results
- Drop Down Filter with CPT as Options for Search Form
- Searching Custom Posts content with JQuery
- Custom Field Search
- WordPress search results grouped by post type
- Group search results by post type, but having a unique heading for each section?
- Fix Custom Post Type not appearing in search results?
- Search and filter terms of a custom post type only and display results
- How can I retain get_post_type() in between consecutive searches after a search returns no results?