After additional research, the answer appears to be that the term “taxonomy” encompasses the two sorting tools most common in WordPress. Those are categories, which can be hierarchical, and tags, which cannot have a parent-child relationship.
A simple example would be a custom post type called cafes in which you might have parent categories such as districts, child categories such as neighborhoods, and various tags to describe the general atmosphere.
Related Posts:
- How to create a custom search for custom post type?
- Extending the search context in the admin list post screen
- Advanced search form with filters for custom taxonomies and custom fields
- Creating a search form for custom fields
- group search results by post type?
- Search multiple custom fields by using meta_query
- Custom post type admin search
- Using standard search function with custom post type
- Have different search results template depending of custom post type searched
- The right way to create a custom search page for complex custom post types
- Search Custom Post Type with all meta attached?
- Include images from pages in wp search.php results in default wp search
- Separating Search Results By Post Type
- WordPress Admin Panel search posts with custom post meta values along with title
- Backend search; include CPT meta?
- Custom Search form not working in localhost
- Custom Search | Wrong output & question
- Limit search form to 4 custom post types only
- Group search results by post type, but hide post types with no results
- Search results ordered by custom post types are not grouped
- Is there An Input Checkbox Option That Works like `wp_dropdown_categories()` To Use In A WP Search Form?
- How can I include meta box content when searching?
- Customize Search to only search current custom post type
- Include different loop templates in search query
- Search tags in CPTs
- How to search CPT’s by meta query from the admin dashboard?
- Set meta_query only for specific post type
- Add custom post type archives to search results?
- CPT Meta Searching
- CPT Search Form with Taxonomy filter & Or
- How to filter search results by post type?
- Custom search results page query, link permalink to post title while separating by post types
- Including Custom Meta with posts_where query
- search also in taxonomy, tags and custom fields
- Custom Post Type And “fopen”
- Filter custom posts using auto populated dropdown selectors
- Including metaboxes from custom post types in global search — continued
- Include custom post type content in search
- Get post count for search result based on post type
- search suggest – filter post type
- Searching Custom Post Types
- How do i search authors from search form using author’s name
- Searching Custom Fields
- Can NOT search my custom post type?
- Custom post_type search pages
- Pagination Error : Duplicate argument being outputted
- WordPress search and date filter not working with custom post type
- Custom filter for main search: how to exclude specific post_type from search results
- Add custom attributes to a post
- Display an icon based on post type
- how to get this tax_query working?
- Custom Taxonomy Search result page
- How to group search results by post type and only if post type result is not empty?
- find custom post type post by searching its custom field with my string
- Category Search / Custom Post Type search on my website. Custom Post Types that are “page-like”?
- Ideas on how to organize a project [closed]
- Filtering custom posts by custom fields (ACF) [closed]
- Searching post types
- CPT, meta-data, url parameter
- Search CPT Title AND Meta
- Building a Data Intensive Website with WordPress
- Display future posts in search
- Modifying search results based on post_type
- Is it possible to get the specific content on the search page?
- Change search query in wordpress custom post type
- Search for custom field input of a custom post type in ajax live search
- Create a post automatically if search result has zero results
- Search only one custom post type
- Query first and last name from custom post type
- Advanced search form with multiple custom fields
- Custom Archive – hide posts until a search is made?
- I can not display search template created from a post type custom
- Creating a search results page from a custom post type in a plugin?
- Search custom post type result in same template page
- Display result as “prefix+ID” and show in the search result as bookcode
- Include images from pages in wp search.php results in default wp search
- Search facility with directories
- Create Second Search Page Only for Custom Post Type
- Custom post url in search.php isn’t the correct rewrited url
- custom search results – order results differently by post type
- Conditional posts in WP_query for search
- Post search not looking at post title since 4.4.2 upgrade
- Custom Post Search
- pre_get_posts not firing at all
- Custom Search not working
- Search page for custom post type
- Is it good practice to search for custom posts based on custom field values?
- Diffrent search templates for different post types
- Cannot get query var ‘post_type’ to work
- Archive custom template from search
- search this custom post type
- Why does ‘exclude_from_search’ exclude a custom post type from WP_Query?
- Custom post archive with search, is_search() is false?
- Group search results by post type, but having a unique heading for each section?
- How to exclude html tags and class on search
- Multiple search forms and respective results page templates?
- 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?
- How do I create a custom search function to only show contact information if they search for an exact unique identifier?