Right after I wrote the posts I found it…anyway if someone else is looking for the answer to this, you need to set capabilities when you register your taxonomy. You add the following:
'capabilities' => array (
'manage_terms' => 'edit_posts',
'edit_terms' => 'edit_posts',
'delete_terms' => 'edit_posts',
'assign_terms' => 'edit_posts'
)
edit_posts means administrator’, ‘editor’, ‘author’ and ‘contributor’.
Related Posts:
- User role permissions based on taxonomies
- Custom taxonomies capabilities
- Query users by custom taxonomy and user role
- How to assign multiple roles for capabilities array withini register_taxonomy function?
- How do you add custom taxonomy capabilities exactly?
- Refine user taxonomy query based on role
- Custom Taxonomies Cababilities
- Taxonomy terms can still be added when only assign_terms capability has been granted
- How to set custom capabilities for custom taxonomies?
- Restrict editing of posts with specific taxonomy to users with a matching meta value?
- Restrict access to custom post type based on its taxonomy terms
- custom taxonomy not showing up after adding capabilities upon updating to WP 5.1.1
- Restrict viewing of posts by category, user role
- How to set “manage categories” capabilities on a post type taxonomy but not on the general categories?
- Advanced search: roles and multiple taxonomies
- What’s the proper WordPress URL for the template of my custom taxonomy?
- Custom taxonomy page uses index.php
- Where is defined a custom register_taxonomy? [closed]
- get_terms returns array starting at 4
- Display custom post taxonomies
- Differentiate Parent & Child of Custom Taxonomy
- Listing all selected terms for custom taxonomies on a post
- Avoiding stripping of HTML in Custom Taxonomy Meta Field
- Taxonomy term breadcrumb; how?
- How do I make a draft post accessible to everyone?
- Display and Allow users to edit their own profiles
- Determine if Term has Grandparent/Great-Grandparent
- Gravity prerender taxonomy [closed]
- Where to put code to get custom taxonomy term id?
- Trying to achieve row posts below category with multiple loops in custom tax
- add custom fields in custom taxonomy meta box in wordpress-3.5.2
- How to permanently delete a taxonomy
- Sorting Custom Taxonomy in ASC/DESC order?
- Getting grandchildren of a post with a specified custom taxonomy?
- Taxonomy Parameters in WP Query to get posts from two different taxonomies
- Update fields with post object and custom tax with wp_insert_post
- Get one custom taxonomy category
- Use custom field as tag slug
- Is there a way of retrieving the core WP capabilities?
- How To Display Selected Terms For Custom Taxonomy?
- Custom taxonomy subcategories template page
- Insert term description programmatically into hierarchical custom taxonomy
- Adding a query var to taxonomy term archive – gets redirected to the other taxonomy archive page
- How can i set post_per_page in my taxonamy?
- How can I show custom field according to taxonomy?
- get multiple values from $_GET from multiple checkboxes
- Custom Taxonomy + JQuery Tabs
- displaying links if term is used
- WordPress doesn’t respect the template hierarchy?
- Retrieve name or slug from get_objects_in_term
- Exclude 2 in 3 terms of A Taxonomy from all Archives
- register and insert category manually
- WordPress show posts from children terms of a taxonomy term
- Multiple Taxonomy in URL/Query – No Custom Post Type
- How to include child terms within parent?
- Custom Taxonomy type in nav menu
- Advanced AND tax_query in sidebar with 2 taxonomies
- How to get multiple Taxonomies not All Taxonomies?
- Calling Custom Taxonomy Dropdown in Form
- create taxonomy
- Custom taxonomy auto suggest not working in wordpress admin
- Transfer taxonomy to custom field
- add_query_arg to look up page title
- how to import custom taxonomy (& terms)
- Capability to read user’s own draft post of CPT
- How to update WordPress custom SQL Select query for custom taxonomies so that syntax is correct?
- Display term description on hover using get_the_term_list
- stdClass::$labels /wp-includes/general-template.php undefined
- Custom role, capabilities, and post type: preview button wrecks things
- Custom taxonomy in short code
- One taxonomy template for all categories?
- Select default taxonomy on dropdown
- Saving Taxonomies to Post Revisions
- Grant access to admin menu?
- Creating a page for custom taxonomy archive
- Order posts by month – in custom taxonomy template
- Get post terms with hierarchical relationships
- Are taxonomy hierarchies possible?
- Get all taxonomy posts by id
- How to query posts that are not related to any term of a taxonomy?
- Using wp_query is it possible to orderby taxonomy?
- WordPress Taxonomy Menu
- How to give “author” user role appropriate capabilities to add PollDaddy polls? WordPress multisite
- List of taxonomy archive index page links
- Filer taxonomy posts by current category
- Insert code on specific taxonomy archives
- Get Posts with matching lowest taxonomies
- Custom post type & role issues
- Function code problem
- Way to organize content – custom taxonomies or other way?
- Permalinks not working on MU network with domain mapping
- List child terms and posts in the current term
- register_taxonomy – show in admin menu, but not on post type (edit) screen
- Using post type archive page for taxonomy archive
- How to randomise a custom taxonomy tag cloud
- Best Roles and Capability on a site with review features using a front end custom post
- Altering term_id and name via $wpdb class
- Multiple category lists on one page
- Custom Fields link to other pages, not search
- Displaying Custom Taxonomy List Posts By Slug?