First when you register your custom taxonomy use the capabilities argument and define your custom capabilities:
'capabilities' => array(
'manage_terms' => 'manage_cities',
'edit_terms' => 'edit_cities',
'delete_terms' => 'delete_cities',
'assign_terms' => 'assign_cities'
),
and only give your users the assign_terms
capability this way they wont be able to create new terms, only YOU.
Then use the nice solution you linked in the comment ,
change the $taxonomies_to_sync
array according to your taxonomy, and you should be fine.
Related Posts:
- Get all terms inside a specific taxonomy in a multisite
- Retrieve taxonomies from arbitrary site
- new site admin not able to browse categories in wordpress multisite
- Get post by term from custom taxonomy in another blog on the network?
- Is there is a way to group a large number of WordPress Multisites For Easier Organisation?
- How to use same email for multiple users
- How do I remove/delete an old super admin user?
- Setting up a wordpress network with third level domains
- How will self-hosted WordPress work with Google Page Speed Service?
- What is the best way to load the WP environment in a subdomain of my multisite WordPress install?
- Benefits or Problems for using Sub-Directory vs Sub-Domain install of WP Network
- What methods should be used to fend off splogs in a multiuser install? [closed]
- WordPress 3 Multisite using subdomains.- DNS on Cpanel question
- Remove Site Name from register form – Multisite
- Does the WordPress API work with multisite?
- wp_get_attachment_image_src multisite issue
- Add role across network in multisite
- Transfer Subdomain site to Multisite setup
- WP REST API – Multisite – get posts from all sites
- How to Login Once to an Entire WP Multisite Network
- NGINX Multisite Rewrite rules
- On Multisite: Loop to Show First Four Images of Recent Posts Across Network
- “Preview Changes” button doesn’t show changes for previously published posts/pages
- What is the best way to setup wordpress development environment for freelancers with version control?
- Get source from the_post_thumbnail
- Subsites in Multisite installation throwing 404 error on wp-admin in IIS 7
- Identical members roles on all sites in a multisite
- Fixing media links after importing to multisite
- Creating a better multi-site search experience
- BackPress – which libraries i need to load to work with Multisite?
- How do I maintain static directories on multisite subdomains?
- WP-CLI can’t list posts
- Woocommerce and different checkout field for different countries
- Why is multisite rest API keep giving me results for root site only?
- How to stay logged in on a multisite with different domains?
- wordpress multisite subsite rewrite rules not working for videos
- Custom Post types and Custom fields in Multisite
- Can a user spread virus on my Multisite?
- Login on Multiple Sub-Domains without Multisite
- Prevent images on self-hosted WordPress from being served from WordPress.com
- Use another author.php if different multisite subsite?
- Subsite with different template, and content
- use get_sites subsite_id with get_bloginfo”() and/or get_custom_logo
- Multisite installation not in root – how to make live?
- How can I update dev links for a live site?
- Multisite – One user allowed access to all sites?
- Can’t view network plugins.php or upgrade-core.php on multisite
- Can I use WP to create a multisite importing the posts of 3 old WP website?
- Entry page for a wordpress multisite
- WordPress Multisite dashboards redirect to homepage
- WordPress with Tor Onion Service (dual .com & .onion domains for same website)
- Use external database with local multisite
- Multisite: Retain awareness of what posts came from which site?
- Merge Multisites with Shared Network Media Library
- Issue with wp_get_attachment_url() function for multisite
- Multisite – Looking for ideas to best manage a main site change
- Networksite/multisite is disabled ?, Why?
- My subdomain on WordPress Multisite has gone
- Network Admin URL is shown to anyone before accessing a blog
- Canonical Resource URLs Across a Multisite Network 2012?
- how to migrate wpmu from one host to the other?
- Multisite WPLANG won’t save
- How to display users with posts published between two dates (Sorted by Post-Count) [Multisite]
- Child Theme Based on Toolbox Not Found
- How To Disable Add new users On Subsites In Multisite?
- MultiSite: new Sites not showing up
- Create a CSS file in plugin folder when theme is activated
- $wpdb->update prefixes database name to table when executing query
- What is the best method of installing WP on multiple add-on domains?
- WP MultiSite: Can’t select database error after changing to new domain
- switch_to_blog() not functioning while querying post_types, Why?
- Different site different div content – Multisite
- Multisite sites output on a single page
- Installing wordpress on a subfolder of adsense approved domain
- can’t create user without email for an author after converting single site to multisite
- Multisite cookies are being shared across domains unwanted
- multisite – unable to connect to network administration
- Launch Media Library for specific MU site
- Redirect Function Prevents Images from Showing in Front-end Media Uploader
- multiple domains point to same site on WP-MU
- Can I replace the “Upgrade Network” with SQL query?
- How to convert multisite subdomain from http to https
- One membership area for two websites
- WordPress multisite redirect one custom non www domain to www
- Max number of sub folders
- wordpress multisite config issue needs help
- Multisite install in a subfolder won’t work with www
- Domain mapping breaks some plugin scripts and css
- How to force WP to create a users table in multisite configuration?
- Creating a stand-alone site from a WordPress sub site
- Multisite read_more link displays URL twice
- Whats a good strategy for localising WordPress post and page content?
- Multisite: Run a subdomain install from a directory install
- Updating themes customized by users
- Plugin data shared in Multisite
- WordPress and multisites, the rigth choice?
- Remove blog slug from WPMU?
- WordPress multisite and one database
- Best Way to Setup a Network of WP Sites?
- Trying to create site-wide Active Directory sync with Multisite