get_the_terms( int|object $post, string $taxonomy ).
Use the above function to get the terms of the taxonomy. It will return the array of terms associated with the post. Then you can use the php function
$count = count( $array ).
it will return the count of the terms. After getting the count use the if statement
if( $count > 1) { //do what you want }.
Related Posts:
- Change order of Custom Taxonomy List
- Get the the top-level parent of a custom taxonomy term
- How to get current term in my custom taxonomy in WordPress?
- Custom order of terms for custom taxonomy in admin and website
- Front End Post Save Child terms
- Taxonomy slug by term ID
- Dropdown: Display terms from B only if has relationship with a term A selected
- wp_get_object_terms – How can I order the resulting array by hierarchy?
- Get current term’s ID
- Showing posts by collection of specific terms and texonomy
- term_link() filter or rewrite and howto?
- Custom Taxonomy terms with latest post ordered by date pagination issue
- How to set hierarchical terms to a post using wp_set_object_terms
- Echo taxonomy term meta on author.php
- Hierarchical display of custom taxonomy
- Advanced custom fields – taxonomy terms images [closed]
- Custom taxonomy term in WooCommerce product permalink
- List only first-level children of specific custom taxonomy term
- get_terms of post->id
- get / list categories and counts filtered by custom taxonomy term
- How to get a list of taxonomy terms which are being used only within certain post types?
- WPML Translating a term/taxonomy programmatically
- Allow only 1 instance of each term in each custom taxonomy
- Outputting an array of term meta values in a custom WooCommerce tab?
- Get terms from posts submitted within a certain time
- Display Terms for all posts in Current Archive or Query
- get_terms: determine if taxonomy term has children
- Display post taxonomies tree
- get_term_children returns WP_Error for custom taxonomy
- Exclude Taxonomy Terms from Template Via Back End?
- Displaying terms by first letter
- Print terms with taxonomy and metabox value
- Get custom category image from menu
- Same taxonomy for different object types
- How to show all possible parents and children of a hierarchical taxonomy term?
- Display only child terms of a specific parent term of a custom taxonomy, for each custom post
- Failure to add term meta
- Hierarchical Taxonomy Terms Select Menu Output with selected=”selected” Set
- Can’t set custom taxonomy terms via custom form
- get_terms not returning any custom taxonomies
- Search Query for Multiple Terms In Same Taxonomy
- What does ‘category__in’ mean in queries?
- How to write sql query to get the posts from a custom taxonomy term name
- Get only immediate children (and not grandchildren) of a hierarchical custom taxonomy term
- How to get_the_term_list() from multiple taxonomies?
- How to group all terms children’s in custom taxonomy?
- Display Posts by Custom Taxonomy Chosen Terms
- How to display a custom taxonomy without a link?
- Build filter for post-type + multi taxonomies + multi terms
- How do I get term data associated with the current post, where the result is not wrapped in HTML?
- Hide terms if they aren’t the same as the current term
- Corrupted nav-menu?
- The best way to display taxonomies
- Dynamically set taxonomy term and show admin notice on post save
- WP 4.8 : new taxonomy syntax for get_term_by and get_term_link ?
- List Top 5 taxonomy terms based on number of post
- How to show post list based on taxonomy term?
- Can you hide empty terms using get_term_children?
- get_term_by works but get_terms doesn’t?
- Display empty custom taxonomies differently than with one with posts
- Double slash in the_terms URL
- How to call a custom taxonomy term name inside a function?
- How to add custom taxonomy terms to posts in bulk
- How to list Custom Taxonomy
- How to add a date creation field when a custom taxonomy relationship is created?
- List terms of custom taxonomy if matches other taxonomy
- How to output taxonomy term (incl. link to archive) on author.php?
- why the archive of custom taxonomy term shows nothing?
- Display Child Categories of Current Post ID
- Include get_term_link inside search
- Set two terms for a post when they differ only by an accent
- How can I show links for custom posts group by taxonomy current term and sub-term?
- How to use custom slug and custom templates for custom taxonomy?
- How to list custom taxonomy terms alphabetically by last word
- Retrieve the child terms by having the parent’s information
- Infinite Scroll appending Next Product Category Term pages
- Listing Cities A custom taxonmy by selection order
- Add A CSS Class To A Menu Item When A Custom Taxonomy Term is Present On Single Post
- Count tags for current post and save into custom meta field (and update it on post edit)
- Add term to taxonomy programatically
- setting a custom post type taxonomy term by code
- Why get_terms() behaves strangely when being called in admin (for use in meta box)?
- How do I check to see if a specific child term has shared posts with another set of child terms within the same taxonomy?
- Output slugs to use as class names for every taxonomy a post is attached to
- set_object_terms for custom taxonomy in custom post type – not working
- Group & Sort Taxonomy terms by letter – Is there a better way?
- Orderby taxonomy term id using get_posts not working
- Sorting terms individually for each post
- Permalink Rewrite to include Custom Taxonomy Term
- Trying to Display Number of Posts in Term
- Order posts with custom taxonomy array
- Determine if Term has Grandparent/Great-Grandparent
- Exclude 2 in 3 terms of A Taxonomy from all Archives
- add_query_arg to look up page title
- Altering term_id and name via $wpdb class
- How can I get parent term from a child term
- Create heirachy of post terms from array & assign post to terms
- get_terms() – unexpected ‘=>’ (T_DOUBLE_ARROW) error
- Taxonomy Child Not Updating Unless I Click Update Twice
- post_type_link not working for posts without terms