I’m Creating a custom post type and want to manipulate the placeholder text within the title field of the Create New Post section.
Requirements:
– It can only be for one specific post type, not for all posts.
– It cannot reflect the name of the post type, it must be completely custom text.
– It does not have to be editable from the wordpress admin section, the custom text can be placed within the function in the functions.php file.
You can place this snippet in your functions.php
That should change the titel.
found on: https://gist.github.com/FStop/3094617
You can also used this for multiple post types