When registering the post type you should set the search_items
label:
register_post_type(
'question',
array(
// etc.
'labels' => array(
// etc.
'search_items' => 'Search Questions',
),
)
);
You can see the full list of labels that you can set here.
Related Posts:
- How to make post and comment count unclickable with dashboard_glance_items hook
- Search with filters and title
- Search pre_get_posts filter which can handle multiple post types and categories?
- Filter keywords from search query
- Ignore dots when searching in the media library?
- How To Get User Data in Callback Function for pre_user_nicename?
- Search results sorted by post types
- Adding id and class to the search input in WordPress search form
- How to apply filter at search of woocommerce products?
- Filter custom post type using multiple taxonomy dropdowns
- filter custom post type by meta key in dashboard
- Admin Backend – Search Pages only by title
- Comment search plugin
- Create Search Form to Filter Through Terms
- Map plugin with proximity search compatible with Buddypress
- How to trim white space in search terms?
- conditional search
- How to set a filter search for categories of blog posts in wordpress
- Dashboard filter based on custom fields URL response code
- Customising the default wordpress search functionality
- Removing menus from users other than the administrator
- Search with filters
- Modify WordPress search behaviour in backend?
- Re-order search results with posts_orderby filter and post meta value
- WP Dashboard -> Posts-> Filter > BUG!
- meta box loop problem with a search filter
- Remove the post_content search from WHERE clause (and CONCAT sql function)
- Testing requested query in pre_get_posts
- Code restricted to dashboard, running unexpectedly in the frontend (pre_get_post and admin-ajax.php)
- WP Dashboard -> Posts-> Filter by Category -> Form Method Change : Which Hook
- Custom search fields and AJAX support
- How we make the filter for fornt end user
- Filter and Search
- Taxonomy search filters
- Filter posts by multiple checkbox categories
- Search and Filter Using Custom Post Type, Custom Taxonomy, and Advanced Custom Fields
- How many filter/action hooks are healthy?
- Filter specific shortcode output?
- Insert new element to array with add_filter
- How to hook into unregistering a widget instance?
- How can I extend the Gutenberg table block transform to allow colspans/rowspans on pasted table elements?
- get_option() filtering and getting out of recursion
- Get excerpt from $post->post_content
- How can I add information underneath the user’s name on the users.php page?
- How can I filter Microsoft Word gunk from pasted content?
- How to disable all WordPress emails modularly and programatically?
- Allow Profile HTML for select users
- WordPress 3.5+ upload tool filter
- Use content custom filter for all shortcodes
- Filter all html output
- Return array of images after content
- failed to filter hook `get_terms_defaults`
- Filter list by a unique meta value dilemma
- How to use shortcode attribute in separate function
- Is it possible to track down Actions and Filters?
- How to filter a wordpress core function?
- get_bookmarks filter not supplying query argument (wp 3.1)
- Filter Posts by current Month
- ‘the_content’ filter removing html tags from post content
- I can not include page to wordpress function add_filter, the_content
- How to filter my search in post if contains a word in title, content or excerpt?
- Posts and Attachments with “Published” status in Search
- Filter to shorten column content on edit-tags.php
- Proper after_setup_theme and wp_head cleanup
- Why doesn’t remove_action work in my plugin?
- Using a filter to modify Genesis wp_nav_menu
- Filters on Login Page
- the_excerpt filter doesn’t work as expected
- What is the earliest hook to modify post content?
- How to modify only part of a function through the filter
- How can I apply filters in my class that extends Walker_Nav_Menu?
- How should I be using filters and is_single together?
- Remove actions/filters that are set with create_function()
- How to edit embed filter for youtube video to allow responsive full width layout
- Remove get_template_part() from custom theme
- How to access page variable inside action hook
- Hook in a sidebar widget and add some markup
- preg_match() not working with post content
- ‘manage_users_custom_column’ is a filter, but ‘manage_posts_custom_column’ is an action. Why?
- I want to add another search box on posts page in dashboard
- comment_notification_text filter not working
- Line Breaks are stripped off when direction property is found
- WordPress remove_filter not working
- How to exclude or include categories in wp rest API without query parameters?
- Hook to change the site URL
- Replace a specific URL on all apperances on the Website (Maybe a filter?)
- Strange behaviour of REGEX in a WordPress filter (trying to suppress emtpy paragraphs)
- Modify Contextual Help
- Widget image reorganize layout
- WordPress set featured image to first image of the post
- Auto-generated excerpt with shortcode and read more button/text link
- Converting restricted html in comments to bbcode
- What is the proper/best way to have multiple add_filter for wp-job-manager-resume
- Modify WooCommerce email shipping text value
- How to replace all images in all posts and pages with a different size?
- Using Filters To Change Page Title
- How to add a class to Buddypress avatars in the Activity stream? [closed]
- using posts_where for meta data on pre_get_posts
- can’t output gray scaled image I’ve created using add_image_size
- How properly write function to filter content in a template for plugin “multiple content blocks”