You can add following code to your functions.php
in the Theme-folder.
Change the Custom Post Type
(movie) name and the title
to your wishes.
function wpse213979_new_title_text( $title, $post ){
if ( 'movie' == $post->post_type ) { // Movie is the cpt name
$title="Enter movie name"; // The text you want to be shown
}
return $title;
}
add_filter( 'enter_title_here', 'wpse213979_new_title_text', 10, 2 );
The code
reference
Hope this is what you where looking for.
Related Posts:
- How to force one column layout on custom post type edit page?
- How can I add a column/s to wp_posts table?
- WP_List_Table Inside Metabox Not Working on Submit
- Add metabox with media uploader in a custom post type [duplicate]
- add_meta_box: Datepicker like the one for postdate?
- Multiple information using custom post type
- Adding dropdown select meta box to custom post type – seems restAPI is interfering
- Changing custom type name hides the posts
- Create a custom post type based on ‘Post’
- $_POST from a Meta Box
- How to make post page unique and show it on home page?
- Edit post meta direct from post.php?
- How to Arrange Support => Thumbnail
- Display a post count from a custom metabox selection
- Canot save post if any meta box was empty
- How do I do this with WordPress? Taxonomies?
- Add Standard Page Attributes Metabox for Page Parent
- dynamically add a custom field or metabox to custom post type [duplicate]
- Disable block with taxonomies at post page
- I would like to have different styles for my posts based on the content of each post
- Make metabox of custom post type fully autosave- and bulk-/quick-edit compatible
- How can i add thumbnails images to particular post (using code not admin pannel) in wordpress
- Custom Post Type uses Custom Tags in add_filter?
- Post Quote with image on header for news site
- Showing posts from different categories and from custom post type
- Get latest 3 posts from multiple CPT in one query
- Custom date changer post_date => future – missed schedule error
- How to Create an Image Upload Box for Custom Posts?
- Allow non-logged in users to see a future post after clicking on a list of future posts
- get_post_type on post.php
- Which post does a taxonomy term belongs to?
- How to store multiple values in 1 meta_key with radio input?
- What is the best way to correlate one-to-many content-type relationships?
- List custom taxonomy specific to one custom post type
- Post image in WordPress not appearing on home page
- Is it possible to create relational metabox values in a custom post?
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Meta query for custom post type ignored in main query
- Display Ad on Specific Categories
- Hiding posts by other users and non-logged in
- Visual editor issue by having multiple tiny mce editors in a CPT
- Update Post Meta for a logged in user
- Found 2 elements with non-unique id (#_ajax_nonce) and (#_wpnonce)
- Add custom field to Posts and sort by it
- Add custom post type settings to wordress default posts
- A better way to add a meta box to custom post types
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Get related posts of child term of custom post type
- Plugin – Combine Meta Box Input Fields into single saveble record
- Two Custom Post Types Many to Many Relationship
- Problem with displaying posts in the CPT category
- Getting Custom Post Type Meta on Publish
- JS innerhtml changing style when using AJAX
- Show titles, date of all posts on single category page
- Meta Query Filtering not working on Custom Meta Box using Radio Buttons
- Side effects of Script and Iframe in post
- How to Upload CSV Data into Custom Post Type Data with Metabox programmatically
- How to change the post type a theme shows by default?
- Grouping metadatas into one
- Set a checkmark in a category based on a URL-parameter
- Anon function and add_meta_box
- Several post types on WP Query by tag and taxonomy
- No Permission to add new Page, Post or CPT with Admin role
- Update postmeta Parent when post_status child change
- Metabox not show in categories custom post type cmb2
- custom post type category count shortcode
- Portfolio Page for Classic Posts
- Add post location with mile radius allowing search
- Get the category from custom post type
- Is it possible to store Custom Post Type data in separate set of tables and still have wp_post class functionality?
- Set up post page like JAMA articles
- Repeatable Fields Metabox with Textarea (or wp_editor)
- How to use TinyMCE Editor for one of my custom post meta field?
- Display correctly using metabox.io
- Custom Post Slug same as Parents Category Slug
- Shortcode not working with post counter
- Create Connection Between two post types
- pre_get_posts for custom page builder meta box
- Disable closing on metaboxes
- Changing default ‘posts’ parameters with register_post_type_args
- Admin Column does not populate with data
- How to integrate a form (Ninja Form or Contact Form 7) with Custom Post Types?
- Prioritize posts in query by meta keys?
- Homepage’s content is dependent on the custom field values (set automatically), how do I get homepage to update without manually updating page?
- Show Custom Post Type meta boxes only on Page Edit
- Cannot save CPT meta box
- How to make custom taxonomy into drop down select in a custom metabox
- Adding Page Templates to post but it ignored it
- Parent Page and Breadcrumb URL’s for Custom Post Types Not Working
- Create a Dropdown from Custom Post Type
- Translating custom post type metaboxes [closed]
- Adding a metabox on a CPT’s submenu page
- Allow users to create posts without logging in?
- How to get all tags of a custom post type by id
- Fixed values for same post translations
- How to Add multiple instance of meta box to custom post type
- How to define which register_post_status goes to which register_post_type?
- Using POST method in meta box, no results
- Load Next Posts With AJAX not working with custom post type
- Limit the post for differents custom post type in the same wp_query