I don’t know of any hooks to add or filter the metabox so you can either create your own metabox to replace the custom taxonomy metabox or in this case just use JQuery .append()
for example is your taxonomy is named banners and its none – hierarchical (like tags) then:
$('.tagsdiv-banners').append('<p>your short description here</p>');
and if its hierarchical (like categories)
$('.bannersdiv').append('<p>your short description here</p>');
the only difference is the name of the selector , for none hierarchical taxonomies you use tagsdiv-{$tax_name} and for hierarchical taxonomies you use {$tax_name}div.
Related Posts:
- Integrate post tags in Post Edit page with qTranslate
- Styling Shortcodes in Visual Editor
- Creating my own Admin Forms in a WordPress CMS?
- Taxonomy/category hierarchy lost when editing posts [closed]
- How do I set up a webhook?
- Adding custom Javascript to the head tag in Admin
- How to retain HTML5 Attributes on Markup
- Change post title during post saving process
- Custom taxonomy admin page
- user-new.php less detailed after WP3.1; how to revert?
- Removing the “Popular Terms” area from the Taxonomy Edit Screen in the Admin Area
- Disable the “Skip to Toolbar” tabbing accessibility feature
- Admin Taxonomy Terms – Orderby Term Field
- Filtering *out* a taxonomy from the admin post list
- WordPress 3.1’s admin bar disappears only leaving its 28 px padding (in ubuntu)!
- Hide post title input for all roles except admin
- my checkbox is not saving it’s value
- Weird jquery problem when upgrade to WordPress 3.1
- Best way to reset some admin options form to default?
- Custom dropdown search form that allows users to select option B based from Option 1
- How to retain HTML5 Attributes on Markup
- How to switch between two forms for visitor once admin logged in?
- Can I show the tag admin interface on a post when logged in as an admin?
- Is Post-Form Resubmission somehow prevented in WordPress 4.2.2?
- How to create input page in WordPress admin panel?
- Remove “minor-publishing” div from Publish admin metabox
- Background image in login showing in admin area
- How to add convenient buttons for new custom post statuses
- How to disable Media Library uploads for non-Admin users?
- How to create “custom page types” with different custom fields in them?
- Hide admin notice when user profile updated
- Outputting something based on the presence of post variable in admin screens
- Change Name of Category Heading in New Post
- Does deleting the table users prevent all logins?
- how to show admin notice in custom menu page after submitting the form?
- Woocommerce custom checkout form
- Accidentally changed website url
- Page can’t hand request – HTTP ERROR 500 – when updating something
- WordPress Admin Menu Order for ‘admin.php’ pages
- WordPress Screen options does not show any fields
- Locked out of WordPress website from wrong amount of login attempts
- Admin user lacks admin permissions after hack and can’t reinstate
- current_user_can(‘administrator’) not working in custom login
- Custom login and registration forms
- Why does Thickbox jQuery load on my site?
- Show global Message in User Profiles with admin only Input field in WordPress Backend
- How to change the User name and Password of admin account
- Private post hidden from Admin too
- How to make sure your admin doesn’t hi-jack you site?
- Redirect admin 403 “Cheatin uh?” admin pages
- Send admin to a different login than users?
- Admin bar is disabled in front
- iframe with Youtube video appears for logged-in users, but not for incognito users
- Redirect public site to another one but allow administrators to access the old site
- Include script files for admin submenu page
- Admin mode breaks with subdomains in latest WP
- How much traffic is real traffic?
- Is there a filter to remove or replace the post title’s link in the admin post table view (edit.php)?
- Load stylesheet on custom admin submenu page
- How to pass a specific post id from “all posts” list in Admin panel
- How to change the descriptive text on the menus admin page?
- Disable login on multisite web sites
- Excerpt showing under title in admin columns
- Dropdown taxonomy lists in admin menu
- Black admin bar is being hidden by page elements
- Other than save_post any other actions on add / edit post screen?
- Restrict access to admin
- admin edit link from a specific page
- Set Link Target Checkbox chcked on Edit Image MOdal Window in Admin Post Edit Screen?
- Getting rid of menu items on a custom taxonomy
- Custom Taxonomy Not Saving in Front End Post
- How to change the link of the wordpress logo in the admin bar?
- Help! I changed the domain and now I can’t log in via admin online
- how to remove +new from wp admin area
- html id is removed for non admin user?
- Given multiple admin accounts, how can I make it so that only admin with X username can edit posts
- How should I setup the “Users” area to hand over to a client?
- Dynamic WordPress Admin Panel
- Problems making shortcode with custom post types and taxonomy
- Username was changed to “admin”
- Wp ajax not working from “current_screen” admin hook
- Taxonomy Overview Page?
- Having problem creating local instance of wordpress site
- solution to prevent specific admins from altering site contents
- WordPress Plugin Admin Tab
- Adding a single text input field to a custom Dashboard widget
- Shows site under construction but comes up after I login to admin
- Custom Form not generating URL
- Admin user roles/permissions
- How do I create a post_id column, for admin posts list?
- “sufficient permissions” error for admin after duplicating WP database to new install
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- How to open a lightbox form from a navigation menu item
- How to show a custom notification to a specific user?
- How to include stylesheet in custom admin using parent_slug
- Function to add custom HTML into head in custom post-type list page
- Usage of custom post types in a custom admin menu
- Posts in sidebar only by admin
- Visual Editor only working for the admin user
- Add JavaScript in admin in custom plugin [duplicate]