You can use the following (mu-)plugin to change the height. You just need to adjust the height as you need it.
<?php
defined( 'ABSPATH' ) OR exit;
/**
* Plugin Name: (#83974) WCM TinyMCE height
*/
add_filter( 'the_editor', 'wpse83974_tinymce_height' );
function wpse83974_tinymce_height( $html )
{
return str_replace(
array( 'cols="40"', ' style="height: 360' )
,array( 'cols="400"', ' style="height: 3600' )
,$html
);
}
Related Posts:
- How to end the excerpt with a sentence rather than a word?
- What is the use of to_ping and pinged column?
- SQL Query for getting all posts in their latest revised state
- Listen to Post action
- How to add post count to wp_nav_menu?
- Posting From Apple Aperture?
- Restrict the Number of Posts an Author can Publish (over time)?
- How do I convert a mathematical Microsoft Word document to a WordPress blog post?
- Sort posts by activity date
- Navigation link to specific user page
- Most efficient way to list all categories and display a post for each of them?
- Filter post before *editing*
- How to change bulk post status
- Content editor creating blank paragraphs in spaces and creating   in the_excerpt
- 2nd button row from WP Super Edit or TinyMCE Advanced doesn’t show to 2nd admin
- display list of posts/pages in admin edit post/page
- How to disable single post view in wp
- How to generate numbers indistinguishable for the IDs of the posts
- Select a random post from a specific category?
- page.php showing loop of posts and not page content
- Future post ID not showing
- WordPress Retrieve Post by Title
- How to include the latest post of a specific category on a matching page
- API endpoint to get most-read and popular posts
- Insert Content In Between Post Feed
- How to bulk-untag multiple posts?
- Responsive images with custom image size
- Using $wpdb to fetch posts with meta data
- display-posts shortcode attributes have no effect
- Take a received feedback item, turn it into a post
- plugin to post from admin to flickr [closed]
- Get post ID in post/page edit area
- Is there a way to specify an extra class for a post or page with no title?
- Restrict the_post-navigation to same category?
- What does WordPress do if I save a post without content/title? [duplicate]
- store posts_id of category into a varable?
- Get post meta retrieving wrong value
- How safe is it to delete old posts edits to save database space?
- If contributor has published 2 or more posts then show otherwise hide
- Prevent posts with certain post_meta to be edited
- How to get different Related Posts
- How to Assign / Move all Deleted post to a category
- Using wp-cli and delete everypost first image
- Assigning Two Different Post Dates For Single Post
- Show posts by quarter
- How to convert query sql to shortcode in wordpress?
- Inserting an example of the last 3 post on to the homepage
- Make ‘blog’ page show content as well as posts underneath it
- how to get day month and year from wp_post_object?
- Using Posts Like a Page
- Pagination for normal (standard) posts on a page with a custom loop?
- Sidebar limiting to 10 posts?
- Attachment image single page
- Pasting formatted text from MS-Word
- Display content between two dates?
- How to associate a custom taxonomy to a post multiple times
- Post date automatically +100 years into the future
- Need help creating a page that has editable fields
- Can I show category name in url for only one of my categories?
- How to let a user create a post by submitting a POST form?
- Featured image error after importing blog posts
- How to fix wordpress blog post error? Can anyone help to fix this issue?
- Current post categories and subcatecories outside of the loop
- How do I remove all links from all my posts at once?
- Query prints posts without specific categories
- Display Updated Date Instead of Published Date
- Disable pagination in posts and pages
- wpautop filter off for pages but on for posts
- post categories – how to show only categories with a specific parent id
- Creating a “category” of featured posts
- How do I create a ‘selection’ criteria list’ that will then dictate which posts are generated when the user presses search?
- Post URL duplication adds numerical value
- Is it possible to display QUICK EDIT as default for all posts in wp-admin/edit.php page?
- Meta boxes not saving
- problem with creating a wordpress post slider
- Hide first blog post in content and output it in widget
- get “read more” with custom DB query like you would with WP Query
- How to use extract shortcode in loop?
- SQL query to remove first image in all posts
- Create custom URL with different levels
- Body text disappearing in random posts
- Get part of a page url
- making a few sites in wordpress
- How to use wp_editor(); in functions.php then retrieve content in the template
- Add default content to post (for specific category)
- Displaying posts on Homepage
- Adding a time stamp on post view
- The post order is different for logged-in and non-logged-in users? [closed]
- Display one post randomly from category on home page
- clicking on page title
- Change a div background color on Post ID
- append $_GET parameters to post
- CSS code for “inserting a custom post divider” after each post
- How can add custom commands in post-new.php in wordpress
- Filter/Sort Post Form On Taxonomy page
- sub posts to parent post
- How to change Post title background size?
- How to move all images in a post to a single gallery for a bunch of posts?
- Display post by select it from a dropdown menu
- I am using the query block and what I want and see on the editor page is not the same with the actual results