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]
- excluding posts by an ACF field in pagination
- Type character in name and make it invisble
- Filter post style attribute
- What am I missing in this Code Block?
- Making WP_Query limit results by date before today where date is a meta_query
- add_comment_meta not working properly
- how to enable custom fields in the Gutenberg post editor
- How to show ACF fields in Gridbuilder custom block
- update_post_meta
- update_post_meta not working well
- How can I change author of posts to the value of one of the custom field of the posts?
- multiple meta_query and orderby question
- User query – getting values for custom meta keys/fields
- Expire Date Condition not Working ACF WordPress
- get_field values for each post on home page using wp_add_inline_style
- How can I add diffrent editable text fields?
- Listing posts with a value in a custom field
- Add a custom field to my custom post type and then get posts which are before the given date in the custom field
- Change word in woocommerce product category custom field
- get posts based on non-single metadata
- Problem with revisions only returning four results
- How to set up page fields with gutenberg instead of ACF
- Custom user tables not working after migration
- Update some (not all) post titles with custom field values before running the Loop
- Exclude URL’s from sanitize_html_classes
- Missing Custom Fields
- Custom Fields – How to get the list of a specific active widget each time it rendered
- Best way to insert a list of links into a post outside of the_content
- Automatically Add Tags Taxonomy in Post from Custom field’s value