You can do it with jQuery with easyly. Count your tags and limit it!
- C = Re item’s number
- L = Your limit number
- if ( C==L ) add class “disable” to div
$(document).ready(function(){ var L = 10; var $items = $('#post_tag .tagchecklist span'); if($items.length == L){ $("#post_tag").addClass("disable"); // or alert("ok") } });
Related Posts:
- Add category base to url in custom post type/taxonomy
- Display all posts in a custom post type, grouped by a custom taxonomy
- Custom Post Type Permalink / Rewrite not working immediately
- Custom Post type in separate database table for syncing
- Ordering Posts List By Taxonomy Terms?
- Creating Photo Gallery System with Custom Post Type
- Custom Taxonomies Terms as Post Title for Custom Post Types upon Publishing
- has_term or in_category for Custom Post Types
- WP_Query -> sort results by relevance (= most tags / taxonomy terms in common)
- WordPress Custom Post Type Category Page
- post count is wrong when using same taxonomy for 2 different CPT
- Issues when rewrite rules collide?
- Correct way to use a form to to filter custom posts by taxonomy terms?
- Custom-Taxonomy as categories: Remove “most-used” tab?
- Custom Permalinks for Custom Post Types and Taxonomies
- how to group custom post type posts by custom taxonomy terms
- Showing current taxonomy terms
- Unable to save custom taxonomy terms in a custom-built metabox
- Custom Taxonomy order by Custom Field
- Archive page for taxonomy of custom post type
- CPT tax slug conflict with post type slug
- Exclude current post when getting related post on custom post type and taxonomy
- Display Posts of a Category in Alphabetical Order (Custom Post Type)
- Show ACF field from custom taxonomy and display on the single template
- Custom post types, taxonomies, and permalinks
- How can I display my custom metaboxes on a custom post template?
- How to specify URLS for custom posts & taxonomies
- Taxonomy.php Not Showing Posts
- Custom Post Type Taxonomies -Posts not showing in Category or Tag pages
- Display custom post type in hierarchical order with get_terms
- Taxonomy Archive: Display only one post per term from separate custom taxonomy
- Am unable to reset a query properly
- Custom Post Type permalink shows wrong page: homepage/index.php
- using $wpdb to get custom post type with term
- Categories sorting
- WP_Query most viewed posts, in multiple Post Types, last 30 days, excluding a specific taxonomy term
- Allow user to set custom order to a list of custom taxonomies?
- Disable block with taxonomies at post page
- Display Custom Toxonomy In WordPress and theme Widgets category selection dropdown list
- Sort and filter custom post type posts by custom taxonomy
- Custom Post Type Pagination Paginates Only in URL Structure
- Terms showing up in object cache on unrelated pages
- I am trying to hide a custom post type category to logged in users with Pre_Get_Posts
- Hierarchial Custom Post Types/Taxonomies
- Hierarchical permalinks for custom post type and taxonomy
- Only show posts with date of today or in the future (i.e don’t show past posts)?
- Best way to specify “article type” in URL
- Rename a slug label
- List Posts By Custom Taxonomy
- Dynamically insert an article at the top of a taxonomy archive – or?
- WordPress multisite – is it possible to have different taxonomies for each site?
- Migrating Hierarchal Taxonomy Categories Between Post Types
- How to show list of taxonomy terms associated with specific post?
- Custom Columns for Custom Post Type Manager
- I have custom post type with custom taxonomy. But not found the taxonomy page..
- Group Custom post type in a taxonomy page by its child taxomony
- Display Taxonomy Term Children in a Drop Down without Submit Button
- Custom taxonomy query showing more than 4 posts
- Use different categories for a custom post
- Filter posts by specific custom category and current tag
- Help on Custom Post Types
- Custom Post Type URL doesn’t work anymore
- using custom taxonomies with custom post types: display list of posts by ‘category’
- Custom category URL not displaying posts
- Display featured posts for a custom post type by taxonomy
- What is the most efficient way to execute recursive complex queries?
- 2 custom post type paging in 1 custom taxonomy
- WordPress REST API V2: “{CUSTOM_POST_TYPE} matches Term ID List and Term ID Taxonomy Query, but should match only one.”
- Duplicate slug/permalink issue while adding same post name
- how to achieve this permalink abc.com/CPTName/CustomPostTypeCategorySlug/categoryname
- have to do a while have post to show for two custom post types sharing the same taxonomy?
- Remove custom permalink base from CPT custom category and custom tags
- How to handle this wordpress custom post type rewrite problem?
- Is it possible to arrange Custom Post Types from CPTUI into a Folder?
- Change Search display for Custom Post Type
- WooCommerce – Custom related product (Spareparts)
- Custom category taxonomy – archive page not showing up
- tax_query not working?
- Issue with Custom Post Types and Permalinks
- Automatically Add a default category to a Custom Post Type before save_post action
- Add active class to foundation 6 tabs while looping categories
- Get list of all Topics in use by a custom post type
- Custom post types with child taxonomy not visible in admin
- I want to display my custom post type arranged by taxonomy
- Connect 8 Taxonomies to One (Main) taxonomy. How to?
- Filter By Term Not Working – Custom Post Type
- Custom post type category archive URL redirects to home page
- Pods pagination erases my sub menu
- How to have permalink structure based on taxonomy terms
- Checking Taxonomy Terms for a Custom Post Type With get_the_terms Not Working
- Get posts that have custom post type value
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- Listing custom post type items from a couple of custom taxonomies
- Permalink for Custom Post Types
- Catergory args causing loop not to show
- How to Create Short Code Using Custom Post type
- Function not working on live server but every thing is fine on localhost
- How to change custom post type slug without damage seo? [closed]
- Custom Post Types using wrong template (index) instead of archive-{type}.php – previously worked as expected
- Permalinks for Custom Post Types and Taxonomies