WordPress will not return a post type archive page in search results. Relevanssi might work, but a slightly easier route is to create a custom page template that lists the career
items. Name the page “Careers” and it will show up in search results.
Another advantage to this approach is that the page’s text content can be displayed above the listing of career
items, meaning you can manage that in WordPress rather than hard-coding that text in the template.
There are disadvantages as well – paginating the career
items is significantly more complex, so you may be tempted to disable pagination entirely and display them all on a single page. If you have dozens or hundreds of items, that is not a good idea.
Related Posts:
- How to create a custom search for custom post type?
- Extending the search context in the admin list post screen
- Include custom taxonomy term in search
- Advanced search form with filters for custom taxonomies and custom fields
- How to remove custom post type archive
- How to use a custom post type archive as front page?
- Custom Post Type Archives by Year & Month?
- Get custom post type slug for an archive page
- Create a custom archive page for a custom post type in a plugin
- Creating a search form for custom fields
- Custom Post Type Settings page, choose page to display archive
- Adding a menu item for a Custom Post Archive
- Custom Post Type Archive Page not showing
- Searching multiple custom post types and pages
- Adding custom post type archives to a WordPress menu
- How to set a custom post type to have viewable future posts
- AJAX search on post pages by custom post type
- Custom Post Type Template – Archive
- How can I change the admin search posts fields?
- How to make a WP_Query search with custom post types?
- group search results by post type?
- Page Template as Custom Post Type Archive
- Custom post type yearly/ monthly archive permalinks
- Development of a WordPress Search Plugin – Best Practices
- Can’t get post id on page that is a custom post type archive
- Meta_Query as a way how to setup CPT permalinks – is it a good thing?
- Admin Area Custom Type Search By Meta Fields Without Title & Content
- Simple way to search custom-post types only
- Pushing a custom post type to the top of the search results
- Search multiple custom fields by using meta_query
- How do I Paginate Search Results for Custom Post Types?
- How do you create an archive for a custom post type from a plugin?
- Custom post type admin search
- WordPress post sorting with AJAX
- Proper way of making custom post type landing page or archive page
- Cannot get query var ‘post_type’ to work
- How can I set up the URL for a category archive for a custom post type?
- CPT Archive with parent page
- Multiple search template with separate stylesheets
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- Archive Page Pagination not working
- Advanced search form with filters for custom taxonomies and custom fields
- Custom taxonomy archive page not routing?
- single-mySlug.php works: archive-mySlug.php does not. Custom Post Type
- Problem with custom post type search
- Create a Page Templete to Display Table Of Content for Custom Taxonomies
- Archive custom template from search
- Searching for a single custom post type, buddypress
- admin search of pages returns custom post types
- Customising wordpress search and using $_GET[“s”]
- How do I do this?: If custom post type exists, echo it, else do not
- WordPress search results
- has_archive for default post type
- custom post type not getting archived?
- search this custom post type
- Why does ‘exclude_from_search’ exclude a custom post type from WP_Query?
- Pagination not working for archive
- How to have a dynamic slug and rendering the archive-{post_type}.php?
- Remove plugin’s custom post type archive page and single pages [closed]
- Pagination for Custom Post Type with Multiple Types
- Custom Post Type Archive Title Lowercase
- Drop Down Filter with CPT as Options for Search Form
- Add a class to a menu item depending on a body class
- Searching Custom Posts content with JQuery
- Custom Field Search
- Custom Post Types using wrong template (index) instead of archive-{type}.php – previously worked as expected
- WordPress search results grouped by post type
- Pagination not working only on Archive-Name.php using new WP_Query
- Show custom post type on post category page doesn’t work / breaks navigation
- On archive.php show loop for child categories if they exist or posts if they don’t, on custom post type
- Custom post archive with search, is_search() is false?
- Why custom search engine only searches in post titles of custom posts?
- Pagination not working on custom post type archive
- How do I provide a search form for a specific post type, that is capable of searching within custom fields of the specified CPT?
- Best practice to display a list/archive of Custom Posts in a Page Template
- Archive pagination – second page shows exactly the same posts
- Custom archive URL as a subfolder of the custom post type slug
- Can’t add custom post type archive page to menu
- Group search results by post type, but having a unique heading for each section?
- Dynamic WordPress rewrite rules for multiple custom post types
- Meta_query question
- WordPress CPT archive page display sticky post first and then display the rest of the posts in same Query
- How to exclude html tags and class on search
- How to work with URLs where sometimes a post or a subcategory is in the same part of the URL structure
- Show only taxonomy types terms associated with a custom post type in WordPress PHP
- Create side bar widget showing list of years as hyperlinks for a custom post type
- Made a Custom Post Type using ACF. Via the dashboard I cannot see the view button to see the post
- Multiple search forms and respective results page templates?
- Remove date rewrite rule for custom post type archive page
- Fix Custom Post Type not appearing in search results?
- Custom Post Type Pagination Showing 404 On archive pages
- Search and filter terms of a custom post type only and display results
- Get a custom post type’s taxonomy type term names displayed as checkboxes and filter
- Cannot create custom post types with a specific name
- How to Display Content from Search URLs on Permanent URLs in WordPress?
- Exclude multiple custom post types from search
- Search for portfolio tags & mixing portfoliotags and post tags
- Rewrite taxonomy permalink appended to CPT archive url
- How can I retain get_post_type() in between consecutive searches after a search returns no results?
- How do I create a custom search function to only show contact information if they search for an exact unique identifier?