Large »Custom Field« Textareas.
Gladly those are easy to target. Wrapped up in a small plugin:
<?php
! defined( 'ABSPATH' ) AND exit;
/* Plugin Name: (#65922) »kaiser« Bigger custom field textarea */
function wpse65922_big_customfield_textarea()
{
?>
<style type="text/css">
#the-list textarea,
#newmeta textarea {
height: 200px;
}
</style>
<?php
}
add_action( 'admin_head-post.php', 'wpse65922_big_customfield_textarea' );
add_action( 'admin_head-post-new.php', 'wpse65922_big_customfield_textarea' );
This targets the existing as well as the new custom fields textareas.
Go Fullscreen (built in) for the WYSIWG editor
Since some time, WordPress got the “Fullscreen” Mode. Just click it and the textbox expands to the whole screen, so you can write distraction free.
Related Posts:
- Customizing WP user profile with custom fields
- Using TinyMce with textareas in meta boxes on custom post types
- Is it safe to store a user setting you don’t want the user to ever modify as a user option?
- How to get users by a custom field / by user meta data?
- Auto sort the wp-admin post list by a meta key
- Show Custom Comment Fields when editing in admin
- How do you add a custom option to user data?
- Custom user avatar in the WordPress users listing
- User Profile / Add Custom Fields
- How to activate “custom fields” section in WP3
- Custom text-only header
- HTML / Javascript in custom field textarea?
- Show User Their Password
- How To Create a Metabox of HTML Content with Instructions For Editors When Editing a Post or Page?
- How to load php file for specific page in admin?
- Adding Properties to User Profile and Displaying in List
- How can I sort get_users() by any value (last_name, user defined fields and more)
- Why does this Quick Edit checkbox save the value only when unchecked?
- Extra filed under “About the user” user profile
- get_user_meta Short Profile Section
- Can you ungroup Custom Fields?
- Add field to ‘Add User’ admin page
- Escaping Quotes
- Redirect users based on custom field
- Custom User Profile Fields
- Add More Fields to Users Pages (Admin Panel)
- Register rest field for specific user
- WordPress User Profile Upload – If page is saved file reset
- How to show a gloabl message on a user profile page (in back end)?
- How make a custom search on backend in WordPress without plugin?
- WP_User_Query pulling ACF to loop
- Front-end editing with custom fields?
- Speed up / Optimize Admin Edit Post Page on Large Websites (50-150k posts, 50 custom fields per post)
- Custom Meta Box (SELECT) Not Saving
- Passing args to WP_User_Query am I using meta correctly?
- UPDATE on SELECT results. A SQL query to swap Author with Meta Box value
- Customizing user data
- How to load an assets based on custom field value?
- Linking Custom Fields to Database Records
- Show user info in a hovercard [closed]
- Iterate through users and display users meta info at front-page
- How to query an out put value?
- Check & remove special characters in a field?
- ACF: How to get users with a ACF flexible content subfield with a specific value AND layout?
- check for duplicate user meta data before updating
- Custom Field Repeating When Using foreach
- Front end register with custom fields
- Front-End User Profile
- Get emails from users by custom field SQL
- TinyMCE custom button retrieve value from custom field
- How to validation for sanitize_URL?
- Save custom field types with this function…?
- Make separate text boxes for separate WordPress Custom Fields
- How to parse a huge list of users using a CRON function?
- Adding data to User profile
- Delete user meta but only if found in array
- Search & column order by meta value in admin
- how to turn a link field into a button or link text
- How to I change the value of a custom field on the home page?
- How to save multiple custom user profile fields using repeater JQuery
- Link fields in User Admin list
- Extend WP_User_Query or WP_User to return all custom fields?
- Sort custom fields in admin by last field added
- Make custom user_meta as permalink for post
- Custom Field select list is truncated
- Echo text if field under user_meta is empty with get_users()
- Semi-Private Comments + page comments -> is it possible?
- file upload user profile
- Add custom fields to specific menus
- How can I copy value from dropdown once I select it to text area as text?
- How to make donation button dynamic on chariti theme [closed]
- Query to sort a list by meta key first (if it exists), and show remaining posts without meta key ordered by title
- Add custom fields to search
- How to add add_meta_box to specific Page Template?
- TinyMCE in Custom Metabox not loaded after upgrading from WP 3.1.4 to WP 3.2
- Custom field for default gallery
- After moving my site from a dev subdomain, to root, all my custom meta data is gone
- Gravity Forms: Create fields programmatically
- all tincymce’s switch when updating page after changing from html to text in custom metabox
- Author Page Custom Query WHERE author OR [post meta value] OR [post meta value]
- List custom taxonomy terms from custom field
- Better Method for Multiple Meta Boxes
- How to add posts through CSV or excel file in a PHP file
- Can’t display errors in attachment_fields_to_save
- Best filter to use for modifying custom fields on a post?
- How do I query the title (or handle?) of post meta fieldset (created with Simple Fields Plugin)
- Is it preferable to use custom code to create metaboxes instead of plugins (such as ACF) and if so why? [closed]
- Function that replaces the image in the absence of the post meta
- ACF Plugin How to make the customer add more fields in the post?
- custom field in admin columns
- Users uploaded image and matching an id or taxonomy
- No plugin populate user information in to form
- Post meta data not showing in frontend, until hitting ‘update’ button
- Retrieving Advanced Custom Field within Shortcode Function [closed]
- How to properly get popular Posts by multiple Values
- Query Custom Fields in Searchform
- Get custom fields when hover link of post
- Convert many posts from having a specific meta_key to use a post_format
- Check if a field is capitalized?
- Need to call this php function inside a modal window from text widget