<?php
$post_type = get_post_type($post);
switch ($post_type) {
case "type1":
echo "<img src="https://wordpress.stackexchange.com/questions/35564/label1.png"/>";
break;
case "type2":
echo "<img src="label2.png"/>";
break;
}
?>
Related Posts:
- Advanced search form with filters for custom taxonomies and custom fields
- 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?
- 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
- Exclude a term of a taxonomy with a custom post type in a search
- Include images from pages in wp search.php results in default wp 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
- 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?
- Include different loop templates in search query
- Search tags in CPTs
- Set meta_query only for specific post type
- Custom Post Type not appearing in website search
- Add custom post type archives to search results?
- CPT Meta Searching
- CPT Search Form with Taxonomy filter & Or
- Keyword search limited to specific post type filtered by multiple custom taxonomies?
- How to filter search results by post type?
- Custom search for custom post meta with pre_get_posts interferes with WP search
- Custom search results page query, link permalink to post title while separating by post types
- Including Custom Meta with posts_where query
- I did group my search results by post type, but how can i give each of them its own order?
- search also in taxonomy, tags and custom fields
- Custom Post Type And “fopen”
- Filter custom posts using auto populated dropdown selectors
- WordPress sort search results by custom order
- Including metaboxes from custom post types in global search — continued
- 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
- Searching Custom Post Types
- How do i search authors from search form using author’s name
- Searching Custom Fields
- filter search custom field query
- Include custom taxonomy term in search
- Can NOT search my custom post type?
- Custom post_type search pages
- 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
- 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”?
- What is the correct term for a tool that filters content based on metadata?
- Ideas on how to organize a project [closed]
- Filtering custom posts by custom fields (ACF) [closed]
- CPT, meta-data, url parameter
- Search CPT Title AND Meta
- Building a Data Intensive Website with WordPress
- Modifying search results based on post_type
- How to Implement Search Functionality?
- Change search query in wordpress custom post type
- 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 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
- Search form to find custom meta box generated data
- 404 error Custom search results page for custom post types with friendly URL
- multiple custom post type category selection search
- Custom Search Template for Custom Post Types
- Custom Search not working
- Search page for custom post type
- Is it good practice to search for custom posts based on custom field values?
- Cannot get query var ‘post_type’ to work
- Archive custom template from search
- Customising wordpress search and using $_GET[“s”]
- search this custom post type
- Why does ‘exclude_from_search’ exclude a custom post type from WP_Query?
- 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?