When registering your taxonomy you can pass an argument called capabilities. Simply passing capabiities that only admins and editors have.
$args = array(
'capabilities' => array( 'manage_options', 'edit_posts' )
);
register_taxonomy( 'foobar', 'post', $args );
Related Posts:
- restrict_manage_posts not working in 3.3.1
- How to display warning on post editor when trying to add new term to custom taxonomy?
- Custom order of terms for custom taxonomy in admin and website
- Custom taxonomy only shows 0 in autocomplete for terms and “Choose from the most used tags”
- Custom taxonomy position in admin panel
- Custom Taxonomy Only Showing Top Level Terms in Admin?
- How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
- Getting archive pages in WP’s AJAX internal link finder?
- How to link categories to custom taxonomy terms?
- Removing the “Popular Terms” area from the Taxonomy Edit Screen in the Admin Area
- How can I add buttons to a custom column in the taxonomy table?
- Hide posts having children terms when display posts by category in edit.php
- Modify “View” in admin panel for custom taxonomy
- Taxonomies image
- Clicking Add New button for custom taxonomy only moves element
- Headers already sent warning in Admin source is media.php 3140
- Custom taxonomies not showing up in admin menu
- How do I hide certain taxonomy boxes from users in admin add post page?
- Dropdown taxonomy lists in admin menu
- How do I hide a term from non-admin users in get_the_term_list?
- Admin only taxonomies?
- WordPress not saving tags for custom taxonomy term description
- How to truncate the description in the admin panel for a custom taxonomy
- Custom taxonomy auto suggest not working in wordpress admin
- Displaying the custom taxonomies side by side on the admin dashboard
- How to only list the child terms of a taxonomy and not their parents?
- How to use taxonomies on attachments with the new Media Library?
- Hierarchical taxonomy UI
- How do I get the top-level terms in a custom taxonomy?
- How to display custom taxonomies in posts?
- Filtering custom taxonomies
- Allowing specific users to only add posts using certain custom taxomy terms
- Edit tags page for hierarchical taxonomy doesn’t show taxonomies at all depths
- Get only the first term by taxonomy
- Hook to process a new taxonomy tag before it is created?
- Removing taxonomy base using WP rewrite
- get_terms() returns an empty array
- Scheduling posts to update once per day with wp_cron
- How to find taxonomy name using only taxonomy TERM ID (or taxonomy term name)
- Multiple users – only allow them to manage their own terms for custom taxonomy when logged in
- Is it possible to get a Previous/Next Taxonomy term archive URL?
- Which template name to use for taxonomies but not their terms?
- WP_insert_term how to insert multiple values as taxonomny term?
- Permalinks for quote authors
- How do I display a tag cloud with both post tags AND a custom taxonomy?
- Custom taxonomy term as class?
- How to edit/remove a term that’s in multiple taxonomies?
- Fix : Custom Taxonomy Duplicating in each call
- Create Admin Only Taxonomies?
- Using a loop to display terms associated with a post
- Text and image in taxonomy page
- Custom taxonomies
- Custom Taxonomy: Parent still counting deleted Child
- Improving WP_Query performance for multiple taxonomies
- Add parent/child taxonomy to custom post type url
- In a loop of custom post type, display first custom taxonomy term
- how to create a proper query for getting a list of users with taxonomy related meta key
- How to add custom field to custom taxonomy in 4.4
- Extending wordpress search to include excerpts and taxonomies?
- Adding ‘active’ class to custom taxonomies using walker in functions.php
- How to output content based on same custom taxonomy?
- Taxonomy page template changing when using query variables
- How to create custom taxonomy URLs without taxonomy name?
- How to Query Database for posts with certain Taxonomy Term
- Taxonomies in URL
- List taxonomies in a dropdown in theme’s option panel
- Create multiple rewrite endpoints for custom taxonomy archive
- Make a taxonomy column sortable in the admin?
- Display only first level children of my custom taxonomy categories
- Register Taxonomy earlier so it can be used in functions.php and admin-ajax.php
- Display direct children of the current custom taxonomy in taxonomy.php template
- How to show only terms by id or slug on edit-tags.php (custom taxonomy manage page) for a custom taxonomy
- Display the description of taxonomy terms
- Add “All Posts” button to custom post taxonomy filter with ajax in wordpress
- get_terms adds slaces to the resualt
- Woocommerce: How to change the add to cart text in a certain category? [closed]
- How to display custom taxonomy images on index.php?
- Meta query for a custom taxonomy on attachment
- Meta description – template code to get category description
- get_term and get_term_by return null or false, even though term exists
- How do you set up a WordPress blog with multiple authors to allow something like StackExchange’s “community wiki” feature?
- Can you filter wp_dropdown_categories with terms meta?
- one term two taxonomy’s?
- Get number of post who belongs in two taxonomies!
- How to create pagination for custom taxonomy in WordPress
- Order by taxonomy Value [duplicate]
- Get parent and children taxonomy in different dropbox
- Category list with indent children list below current category
- Some of my custom taxonomies are not showing but still counted in a WPMU set up
- Remove categories from post edit page, but keep in sidebar?
- How to set taxonomy hierarchical level to 2?
- Custom Taxonomy Not Working When added to WordPress Search
- Custom taxonomy terms in the admin site is not saving for widget
- Problems with taxonomy quick edit box
- WordPress thinks my custom taxonomy pages are search pages #seo
- Widget dropdown always displays first option
- Adding custom taxonomy in my existing category URL
- How to dropdown custom taxonomy?
- Sorting main query by custom taxonomy slug
- Display all taxonomy, children and grandchildren with links