/*remove term descriptions from post editor */
function wpse_hide_cat_descr() { ?>
<style type="text/css">
.term-description-wrap {
display: none;
}
</style>
<?php }
add_action( 'admin_head-term.php', 'wpse_hide_cat_descr' );
add_action( 'admin_head-edit-tags.php', 'wpse_hide_cat_descr' );
If you need to target it to category editor only – in other words leave description for other taxonomies, then easiest will be to position the .taxonomy-category
body class before the .term-description-wrap
. If for some reason you want to remove only the textarea, it has an ID of #description
.
The first action removes the category description box from the category and tags ‘edit’ screens, while the second action removes it from the ‘add new’ screens.
Related Posts:
- WordPress implode & wp_insert_post question
- ACF Custom field not showing in Timber Taxonomy page
- Add custom taxonomy fields when creating a new taxonomy
- Get value in custom field with taxonomy [closed]
- Hide custom field if empty
- ACF vs Taxonomies
- How to add contents of a custom field to a taxonomy term list?
- Search Tool only refreshes Page without showing results
- Display value of custom field of custom taxonomy in single post?
- How to fetch the data from Advanced Custom post when we search specific keyword or field name related to the post?
- Multi-select field for Taxonomy can’t save the value
- Filter through custom taxonomy with an array of taxonomy IDs
- Loop through custom taxanomy in post and display custom fields from posts
- Why do my quick edits for custom taxonomies not show on the post frontend?
- new custom filed not showing in taxonomy
- Custom field with terms from another taxonomy programmatically
- ACF – Can’t get custom post type by taxonomy
- Dropdown (with onChange) with custom taxonomies
- Register custom taxonomy from a Advenced custom field option page
- add custom fields in custom taxonomy meta box in wordpress-3.5.2
- Any way to make custom taxonomy field searchable?
- How do I create a term for every value of a post meta?
- Different Taxonomy Values for Each Post
- Can’t get taxonomy ID for each post on archive page
- Loop to display ONLY custom taxonomy parent information [closed]
- Corrupted nav-menu?
- Get name of taxonomies of current page
- Remove taxonomy widget from “PAGE” post
- What’s the best way to add taxonomy’s image in 2017?
- Using Advanced Custom Fields Relationship Field to select a taxonomy term
- List Top 5 taxonomy terms based on number of post
- How to get attached image to taxonomy..?
- How add body_class from wp_termmeta
- How to get list of only custom taxonomies?
- Get list of taxonomies associated with users
- query_posts that have custom taxonomy and limiting what shows based on the taxonomy
- Dropdown taxonomy lists in admin menu
- Register `product_cat` taxonomy for default post post type
- Get A Custom Field From A Custom Taxonomy Of A Custom Post Type [closed]
- Add custom taxonomy as a css class
- Custom Taxonomy Not Saving in Front End Post
- Taxonomy archive template that shows posts from more than one taxonomy
- Taxonomy page shows category in title
- Taxonomy.php how to show post only in current taxonomy with wp_query?
- Why can’t I access Custom Taxonomy metadata?
- query to use to link to taxonomy single page
- Don’t display taxonomy if empty
- Query custom taxonomy for category including children
- SQL / wp_update_post: change post custom field to CPT post taxonomy
- Taxonomy Overview Page?
- Taxonomize taxonomy terms?
- Show related posts on single.php, grouped by taxonomy terms, with Advanced Custom Field post object selected
- Order taxonomy terms wordpress
- Only display latest custom taxonomy post
- How to display posttypes and taxonomy in standard posts, not in a separate label?
- Filter by Custom Taxonomy AND Custom Field
- How can I get Taxonomy Images to work with ‘orderby’ argument?
- Can You Build Page Templates Without Extra Files
- Unable to get the Parent Custom Taxonomy Terms
- How to get the term description in a taxonomy term archive query?
- Extra Meta Data for WordPress Multisite Taxonomy
- Taxonomy or Custom Field
- How to define %category% for custom taxonomies?
- Unsetting post_tag taxonomy breaks term description for other taxonomies
- Taxonomies on Pages with Custom Formatting
- Use wp_list_categories to list parent categories from actual term
- How to combine taxonomies into URL?
- Amend taxonomy to search in wordpress admin
- Include get_term_link inside search
- Unique taxonomy for post
- Trash Bin for Categories?
- Is there a way to nest taxonomies or custom fields deeper than one level below the post type?
- ACF – Retrieve custom taxonomy from a relationship field
- Set two terms for a post when they differ only by an accent
- Display acf taxonomy attachment
- Prioritise Pages over Taxonomy Term Root Archive, but not Taxonomy Term Child Archives
- How can i add service category here? [duplicate]
- How to use custom slug and custom templates for custom taxonomy?
- Tracking the name of a custom taxonomy
- Add terms to a taxonomy archive from within the same taxonomy
- Create multiple taxonomies with custom fields values on the fly when creating new posts
- Echo ACF taxonomy field within a foreach for another taxonomy
- Show recent posts from a custom taxonomy in wordpress
- Rewrite Search URL Permalink For CPT Custom Taxonomies
- ACF Taxonomy field values not select in backend
- display taxonomy terms with link
- How to add a dynamic dropdown derived from custom taxonomy
- Taxonomies and subtaxonomies relations
- Retrieve the child terms by having the parent’s information
- Fill New Taxonomies
- Query Product categories what have a custom field
- add pagination in wordpress page template
- How do I get the correct URL?
- Convert post meta to custom taxonomy?
- Connect ACF field + custom taxonomy [closed]
- Custom Taxonomies Archive Page 404
- How to replace custom post type with custom taxonmy in permalinks
- Display Custom Field or Custom Taxonomy in front page /post/product
- Listing Cities A custom taxonmy by selection order
- Cloning product not copying custom taxonomies