There is no way to add “placeholder” for TinyMCE, but you can set default content for newly created posts. All you need is just to hook default_content filter and return your formatted paragraphs:
add_filter( 'default_content', 'wpse8170_get_default_instructions', 10, 2 );
function wpse8170_get_default_instructions( $content, WP_Post $post ) {
if ( $post->post_type == 'post' ) {
$content=".... your content ....";
}
return $content;
}
Related Posts:
- Visual editor issue by having multiple tiny mce editors in a CPT
- Enable Gutenberg on custom post type
- Custom Post Types: How-to get rid of editor (-meta box)
- Front end post editing using a form
- Hide “Add media”, HTML editor from TinyMCE
- Numbering sections and block-level elements in wpautop(); WordPress as CMS for long-form writing;
- How to add button to post page WordPress 5.x
- Remove tinyMCE from admin and replace with textarea
- Using multiple instances of wp_editor in Custom Post Type admin area
- Excluding post type from WordPress link builder
- Editor access to menu: custom post type missing
- WordPress Rest API only returns content when posttype has editor capability
- Add TinyMCE to CPT metaboxes in 3.1?
- Multiple TinyMCE editors in dynamically generated textareas
- Show image gallery from a custom field
- How to use TinyMCE Editor for one of my custom post meta field?
- TinyMCE style formats for different post types
- Is it possible to activate customfield ‘text description’ upon activating the customfield ‘checkbox’?
- Target post type edit page to change view post button, how do I?
- How can I set the height of the classic editor per post-type?
- Show all tags on custom post type
- Custom post type editor uses old tinyMCE
- Editor / Add Media: Is it possible to only allow galleries?
- wysiwyg editor don´t export paragraph
- Capabilities not working with custom post type
- Adding custom post formatting options in custom post types
- Function to add custom HTML into head in custom post-type list page
- How to save TinyMCE fields on WordPress custom post type?
- How to fix the Post Preview Button (CPT & map_meta_cap)
- How do I disable the built-in editor and automatically configure the properties of new pages?
- wp_editor in custom post type is not saving formatted text like bold, italic etc
- Editor role isn’t seeing specific post type posts with only post_type parameter
- How to hide editor, but keep media library access
- Multiple Block Quotes without using HTML
- Show posts of parent in edit.php
- Adding custom shortcode to page leads to page without styling
- Issue displaying multiple TinyMCE editors with WPAlchemy
- Working with editors and pending custom post types
- Querying & displaying custom post type into an existent page [closed]
- Custom rewrite to fetch feed data
- Create custom post with meta field with AJAX and the WordPress REST API
- Change “empty trash” button text?
- Front end access to a SQL data repository – recommended way?
- Adding guestbook to my wordpress site
- Custom Post Type – Support “author” only for admins
- find custom post type post by searching its custom field with my string
- wordpress lists similar type of posts in a custom post type
- FacetWP paging custom wp_query
- why post_class() function apply css classes to all other files?
- Custom Post Type Template Hierarchy – Single post template
- How do I find a way to create a global single.php for a custom post type?
- Display Date & Author Info on Custom Post Type Archive Page
- Rewrite permalink for multiple post types (CPT) with taxonomy term
- custom post type make featured image box full width
- How to Display the tag content of Custom Post?
- Custom post not appearing under custom taxonomy category
- Control Loop Within Loop
- Sets post_parent in custom post type posts automatically based on cpt->page name
- How to filter Multiple taxonomies with radio buttons
- ACF – Retrieve custom taxonomy from a relationship field
- Restrict access to custom post type based on its taxonomy terms
- How to Print Title and Permalink of CPT Post behalf of Posts Meta Value with WP_Query
- Create loop from selected terms in ACF taxonomy field
- Custom rewrite rule based on other custom post type title
- How is possible to know ID of taxonomy-{taxonomy}.php page for ACF fields
- Sending current featured image to email
- Group custom post type posts by month
- CPT and rewrite rules
- Querying posts that don’t have a certain key value or don’t have the key
- How can I add a meta[] to my custom post type and search by term with the Rest API?
- Custom post type single with custom URL structure
- WordPress custom post type taxonomy paging
- Custom post types not showing on the standard WordPress Category page
- List posts that have the current url taxonomy
- Display Custom Post Type in divs
- Output all terms slugs for a loop filter
- How to Disable option of meta field if that option is selected for any other post in custom post type?
- wordpress does not see the correct custom taxonomy hierarchy
- Counting the number of post without custom post type
- Place a button besides “add new”
- Custom Archive – hide posts until a search is made?
- register taxonomy url rewrite 404
- Multiple WordPress Sites, Same Database but Filtered Content
- Display result as “prefix+ID” and show in the search result as bookcode
- How to get all posts assigned to a taxonomy term only?
- How to implement custom post type’s users
- Generating excerpts from a custom post type to display in a Widget
- Custom Post Search
- Use Custom Post Type as Storage Container Without Registering It
- WP_Query function for custom post type
- How can I get taxonomy terms and custom field values of a newly created post
- Custom post type won’t take my custom fields
- Custom content for Custom Post Type parent page?
- Custom post types with date based archive
- Custom post type URL returns 404 error page
- Programmatically Split A Post Into Multiple Pages
- shortcode for recent custom type post
- Copy custom post types and admin
- Simple Share Buttons Add Plugin and Custom Post Type
- get content from json api to post