You can use the enter_title_here
filter:
add_filter('enter_title_here','wpse51871_alter_title_label',10,2);
function wpse51871_alter_title_label($label, $post){
if( 'question' == get_post_type($post) )
$label = __('enter question here', 'my-plugin-text-domain');
return $label;
}
Related Posts:
- Backend search; include CPT meta?
- Custom Post Type + 20k posts = blank/404 within Admin edit.php [duplicate]
- Tracking changes in admin-page so user gets warning when leaving the page
- It’s possible to hide body copy box for a custom post type?
- Custom Field values not Showing in Edit Page of Custom Post Type
- Change Post Meta via AJAX from the posts list table
- WP Admin Dropdown List Filter for custom (ACF) field on custom post type(s)
- Sort custom post column by generated value?
- Simple Data picker meta box
- Custom post type won’t take my custom fields
- Show a custom field instead of username in the backend author area
- How to Add Custom Fields to a Custom Post Type?
- Loading External Scripts in Admin but ONLY for a Specific Post Type?
- Display custom post type and custom fields within a Bootstrap Carousel
- Search that will look in custom field, post title and post content
- clients list using wordpress
- Custom Taxonomy Template Post List with Sort Order
- Hide/Show only specific categories in wp-admin new-post.php
- Display Custom Post Type Fields
- How to do a custom bookmarks post type?
- How do I add media to a custom post type?
- Using new WP_Query in shortcode in a custom field causes the main post content to not display
- Using a Custom Field instead of original title field but only for Custom Post Type
- Add New Post (Custom Post Type) Deletes 1 Post’s Custom Meta Data
- How to use custom field to search for wordpress post type?
- How to initialize PODS?
- Custom search with Custom Fields in WP REST API?
- Adding a Gutenberg-like custom field on a custom post type
- WP-Admin edit.php & post.php slowdown after import of 10k users
- Automatically populate a hierarchical taxonomy from a custom field
- WordPress posts with multiple fields
- How to dynamically attach pictures to a carousel
- List of Posts in a Custom Field
- submenu item edit a specific post
- Confusion regarding Nonce & using it in Custom Columns for Saving Checkbox Value to Post Meta
- CPT Group by Date metabox Value
- Replace text in post from cvs
- Admin search ACF relationship
- Give a permalink to Custom Post Types without title
- Selecting a post in Dashboard
- How do I create custom fields for multiple post types?
- Cannot add custom field to “orderby” parameter in Rest API
- Trash / Draft a WordPress custom post after custom date field expires
- Posting to a Custom Post Type from front end – user generated content
- Custom Meta Field – Remove comma from string with str_replace
- Filter custom post types by a field value
- How to integrate a form (Ninja Form or Contact Form 7) with Custom Post Types?
- First custom field value (out of several) displayed twice after query
- Multiple Frontend Filters Using Advanced Custom Fields
- Grouping of CPTs and taxonomies into menu groups in admin
- Is it possible to activate customfield ‘text description’ upon activating the customfield ‘checkbox’?
- Add a custom meta box for client to order CPT posts how they want
- create custom meta box with default value
- Custom Taxonomy Search result page
- Copy order items with metadata between orders – Woocommerce
- Get post content from another section in custom single page
- Modify Posts from Custom_Post_Type within the plugin
- How to convert custom fields to content
- Increasing the default number of posts in custom post types
- How do I edit the WordPress post.php file?
- Variable Products as custom post types
- How to call a post’s metadata in shortcode.php?
- Add data to post edit page, when post is published
- Ideas to connect external database table to wordpress posts as custom field source
- updating one custom meta field only
- Get post-meta value of all custom-posts – lowest to highest year-count?
- Confusion about how to use Custom Post Types, Custom Taxonomy or Category?
- Displaying Posts Using a Custom Query with a Custom Field and a term_id
- Create list from custom field comma separated values
- add_filter get array data before display in custom post_type
- Get previous and next custom post by custom field
- Create an user checklist system for a course plateform using ACF Pro and ACF Extended
- How to sort WP_Query by a custom text field (written as a date dd/mm/yyyy)
- Auto update publish date of CPT Post if default post custom field value match to cpt post CF Value
- list articles in admin showing nested categories or slugs?
- Add Custom Field in Product in WP Admin and send to Order Webhook
- Publishing failed. The response is not a valid JSON response
- Post Click Redirect to Custom URL instead of Single Post Page
- wp_insert_post deleting previous post custom meta
- Show posts from WP Custom Post Type selected from a field in a metabox
- Query custom post type and custom field by URL parameters
- Show Post columns to specific users on condition
- Create Inclusions and exclusions
- Populate custom post type/custom fields from an external database
- Custom Field to post_title
- Automatically convert standard posts with custom fields to custom post types
- Importing URLs of Audio Enclosures
- Edit is changing my custom’s post type parent id
- Retrieving custom post type fields without a post
- Get month and day from a Date Picker custom field
- custom fields not showing before get_header
- pre_get_posts with multiple post types AND a meta_key
- Search form to find custom meta box generated data
- Custom Info Box at end of posts?
- Show Custom Post Type taxonomy term that matches custom field
- Query Distinct Taxonomies of Custom Post Type
- Change the text on the Publish button
- loop through custom post-type with two meta_keys
- Custom Post Type + Custom Meta Query Not Showing 2012 Posts
- Custom Sort Order for Custom Post Type Taxonomy